Completed
Push — master ( 2a29e8...c94aeb )
by Nicolas
02:12
created
src/ExampleDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 {
7 7
     private function buildGenerator()
8 8
     {
9
-        $closure = function () { yield 3; };
9
+        $closure = function() { yield 3; };
10 10
         
11 11
         return $closure();
12 12
     }
Please login to merge, or discard this patch.