Passed
Pull Request — master (#1320)
by
unknown
03:01
created
src/Annotation/ExclusionPolicy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
             $value = $policy;
38 38
         }
39 39
 
40
-        if (!\is_string($value)) {
40
+        if ( ! \is_string($value)) {
41 41
             throw new RuntimeException('Exclusion policy value must be of string type.');
42 42
         }
43 43
 
Please login to merge, or discard this patch.
src/Annotation/ReadOnly.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
             }
29 29
         }
30 30
 
31
-        $this->readOnly =  $readOnly;
31
+        $this->readOnly = $readOnly;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.