Add Psalm to check for possibly fatal issues (#973)

This commit is contained in:
Matthew Brown
2018-04-29 13:11:40 -04:00
committed by Alexis Saettler
parent edfbfa7687
commit da73a6e15d
118 changed files with 603 additions and 102 deletions
@@ -2,10 +2,10 @@
namespace App\Http\Controllers\Settings;
use Validator;
use App\ContactFieldType;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use Illuminate\Support\Facades\Validator;
use Illuminate\Database\Eloquent\ModelNotFoundException;
class PersonalizationController extends Controller