Completed
Push — master ( a89525...9ffd75 )
by Nathan
02:57
created
src/Validation/Mining/GetBlockTemplateValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
                 );
27 27
             }
28 28
 
29
-            array_walk($decoded->capabilities, function ($item) {
29
+            array_walk($decoded->capabilities, function($item) {
30 30
                 if (!is_string($item)) {
31 31
                     throw new JsonFormatException("JSON property `capabilities` must only contain strings.");
32 32
                 }
Please login to merge, or discard this patch.