Completed
Push — master ( 20f66d...f2cd7e )
by AJ
02:25
created
src/Routing/Route/SubdomainRoute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * @param array $url
45 45
      * @param array $context
46
-     * @return bool|array
46
+     * @return false|string
47 47
      */
48 48
     public function match(array $url, array $context = [])
49 49
     {
Please login to merge, or discard this patch.
tests/TestCase/Shell/Helper/HeaderHelperTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         parent::setUp();
30 30
     }
31 31
 	
32
-	/**
32
+    /**
33 33
      * @return void
34 34
      */
35 35
     public function tearDown()
Please login to merge, or discard this patch.