Passed
Push — master ( ecde40...94c840 )
by Lucien
01:50
created
tests/RouterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         add_action('testhook', '__return_true');
26 26
         add_filter(
27 27
             'td_wptools_route_routes',
28
-            function () {
28
+            function() {
29 29
                 return
30 30
                     [
31 31
                         'testroute' =>
Please login to merge, or discard this patch.