Passed
Push — master ( c3dd65...1a7e50 )
by Atanas
01:47
created
src/Routing/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 	/**
63 63
 	 * Get allowed methods
64 64
 	 *
65
-	 * @return array
65
+	 * @return string[]
66 66
 	 */
67 67
 	public function getMethods() {
68 68
 		return $this->methods;
Please login to merge, or discard this patch.