Completed
Push — master ( 26f27f...8f4851 )
by Terry
02:19
created
src/Validate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Terah\Assert;
4 4
 
@@ -10,5 +10,5 @@  discard block
 block discarded – undo
10 10
      *
11 11
      * @var string
12 12
      */
13
-    protected $exceptionClass           = 'Terah\Assert\ValidationFailedException';
13
+    protected $exceptionClass = 'Terah\Assert\ValidationFailedException';
14 14
 }
15 15
\ No newline at end of file
Please login to merge, or discard this patch.