Completed
Push — master ( 771469...10ef27 )
by Ryota
02:00
created
Render/SsrRender.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
             throw new \LogicException(implode(',', $errorKeys));
51 51
         }
52 52
 
53
-        return array_filter((array) $parameters, function ($key) use ($keys) {
53
+        return array_filter((array) $parameters, function($key) use ($keys) {
54 54
             return in_array($key, $keys);
55 55
         }, ARRAY_FILTER_USE_KEY);
56 56
     }
Please login to merge, or discard this patch.