Completed
Push — master ( bf2b7c...6e92bd )
by Ivannis Suárez
21:01
created
Tests/Units/DataSource/IteratorDataSourceTests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
         $this
122 122
             ->given(
123 123
                 $comparator = new Comparator(),
124
-                $sortCriteria = new CallbackComparator(function ($a, $b) use ($comparator) {
124
+                $sortCriteria = new CallbackComparator(function($a, $b) use ($comparator) {
125 125
                     return -1 * $comparator->compare($a, $b);
126 126
                 }),
127 127
                 $datasource = $this->randomDataSource(Criteria::method('value')->lt(10), $sortCriteria)
Please login to merge, or discard this patch.