Passed
Push — master ( 628286...a7b4b9 )
by Berend
07:17 queued 02:32
created
src/AccessRouter.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -190,6 +190,10 @@
 block discarded – undo
190 190
 		return $matchedRoutes;
191 191
 	}
192 192
 
193
+	/**
194
+	 * @param string $method
195
+	 * @param string $route
196
+	 */
193 197
 	protected function getCallable($method, $route)
194 198
 	{
195 199
 		// Check if permissions are alright
Please login to merge, or discard this patch.