Passed
Push — master ( d5e9f6...595a7a )
by
unknown
01:04
created
bin/update-reference-output.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 $pathTest = $argv[1] ?? "";
16 16
 $datasets = OutputTest::datasets();
17 17
 $include = $pathTest !== ""
18
-    ? function (Dataset $set) use ($pathTest) {
18
+    ? function(Dataset $set) use ($pathTest) {
19 19
         return substr($set->name, 0, strlen($pathTest)) === $pathTest;
20
-    } : function () {
20
+    } : function() {
21 21
         return true;
22 22
     };
23 23
 
Please login to merge, or discard this patch.