Passed
Push — master ( 95e5b7...727475 )
by Igor
03:25
created
tests/Unit/ServiceTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     {
56 56
         $request = new FindRequest();
57 57
 
58
-        $fn = static function () {
58
+        $fn = static function() {
59 59
             yield 1;
60 60
         };
61 61
 
Please login to merge, or discard this patch.