Completed
Push — master ( 27d2f2...3153a3 )
by Changwan
04:10
created
src/Wandu/Router/Route.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      * @param string $className
28 28
      * @param string $methodName
29 29
      * @param array $middlewares
30
-     * @param array $domains
30
+     * @param string $domains
31 31
      */
32 32
     public function __construct($className, $methodName, array $middlewares = [], array $domains = [])
33 33
     {
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @return array
86
+     * @return string
87 87
      */
88 88
     public function getDomains()
89 89
     {
Please login to merge, or discard this patch.