Completed
Pull Request — master (#178)
by David
03:56
created
src/Validator/ErrorContainer/ErrorContainerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     protected $errors = [];
19 19
 
20 20
     /** @var bool */
21
-    protected $catchExceptions  = true;
21
+    protected $catchExceptions = true;
22 22
 
23 23
     public function addError(\Exception $exception)
24 24
     {
Please login to merge, or discard this patch.