Completed
Push — master ( 5a5eb4...b3a158 )
by
unknown
04:52
created
src/LIN3S/WPRouting/Resolvers/ArchiveResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.