Completed
Push — master ( 61718d...f1e4e4 )
by Ivannis Suárez
18:46
created
Tests/Units/CriteriaTests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
     public function testCallback()
111 111
     {
112 112
         $this
113
-            ->given($criteria = Criteria::callback(function () {
113
+            ->given($criteria = Criteria::callback(function() {
114 114
 
115 115
             }))
116 116
             ->then()
Please login to merge, or discard this patch.