Completed
Push — master ( c62e96...780d47 )
by Alexpts
02:03
created
src/PTS/EndPoint/EndPoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      */
54 54
     protected function getParams(Route $route): array
55 55
     {
56
-        return array_filter($route->getMatchesParams(), function ($name) {
56
+        return array_filter($route->getMatchesParams(), function($name) {
57 57
             return $name[0] !== '_';
58 58
         }, ARRAY_FILTER_USE_KEY);
59 59
     }
Please login to merge, or discard this patch.