Completed
Push — master ( 294fc5...650d31 )
by AJ
04:35
created
tests/TestCase/Routing/Route/SubdomainRouteTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-    * @return void
46
-    */
45
+     * @return void
46
+     */
47 47
     /* public function testParse() {
48 48
      *
49 49
      *   $url = ['prefix' => 'admin', 'Controller' => 'pages', 'action' => 'index'];
@@ -56,8 +56,8 @@  discard block
 block discarded – undo
56 56
      * }
57 57
      */
58 58
     /**
59
-    * @return void
60
-    */
59
+     * @return void
60
+     */
61 61
     /* public function testMatch() {
62 62
      *
63 63
      *   $url = ['prefix' => 'admin', 'Controller' => 'pages', 'action' => 'index'];
Please login to merge, or discard this patch.