Completed
Branch v1.0.1 (ab20ff)
by Lee
06:54
created
src/Drest/Manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
      * Determine the matched route from either the router or namedRoute
210 210
      * Returns false no route could be matched (ideally the response should be returned in this instance - fail fast)
211 211
      * @throws Route\NoMatchException|\Exception
212
-     * @return RouteMetaData|false $route
212
+     * @return RouteMetaData $route
213 213
      */
214 214
     protected function determineRoute()
215 215
     {
Please login to merge, or discard this patch.