Completed
Push — master ( f858f1...917b88 )
by Ivannis Suárez
18:27
created
Tests/Units/ComparatorTests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     public function testBy()
43 43
     {
44 44
         $this
45
-        ->given($selector = function ($value) {
45
+        ->given($selector = function($value) {
46 46
             return $value['foo'];
47 47
         })
48 48
         /* @var \Cubiche\Core\Comparable\SelectorComparator $comparator */
Please login to merge, or discard this patch.