Completed
Push — master ( 7e49c4...9ce89f )
by Neomerx
14:10
created
src/Rules/Required.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
         // yield empty Generator.
40 40
         // We do not want to yield any errors but we need PHP to generate proper code. That's the trick.
41
-        true ?: yield true;  // could be any value. never invoked.
41
+        true ?: yield true; // could be any value. never invoked.
42 42
     }
43 43
 
44 44
     /**
Please login to merge, or discard this patch.
src/Rules/Success.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
         // yield empty Generator.
30 30
         // We do not want to yield any errors but we need PHP to generate proper code. That's the trick.
31
-        true ?: yield true;  // could be any value. never invoked.
31
+        true ?: yield true; // could be any value. never invoked.
32 32
     }
33 33
 }
Please login to merge, or discard this patch.