We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -99,7 +99,7 @@ |
||
99 | 99 | |
100 | 100 | try { |
101 | 101 | $this->crudPanel->validateRequest(); |
102 | - }catch(\Illuminate\Validation\ValidationException $e){ |
|
102 | + } catch(\Illuminate\Validation\ValidationException $e){ |
|
103 | 103 | $this->assertEquals(['password', 'email', 'name'], array_keys($e->errors())); |
104 | 104 | throw $e; |
105 | 105 | } |