@@ -32,7 +32,7 @@ |
||
32 | 32 | */ |
33 | 33 | public function resolve(RouteRegistry $routes) |
34 | 34 | { |
35 | - $postTypes = array_filter((array)get_query_var('post_type')); |
|
35 | + $postTypes = array_filter((array) get_query_var('post_type')); |
|
36 | 36 | |
37 | 37 | if (count($postTypes) === 1) { |
38 | 38 | $postType = reset($postTypes); |