Browse Source

Add missing docblock

Bryan Crowe 8 years ago
parent
commit
752c177386
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/Routing/Exception/MissingDispatcherFilterException.php

+ 3 - 0
src/Routing/Exception/MissingDispatcherFilterException.php

@@ -20,5 +20,8 @@ use Cake\Core\Exception\Exception;
 class MissingDispatcherFilterException extends Exception
 {
 
+    /**
+     * {@inheritDoc}
+     */
     protected $_messageTemplate = 'Dispatcher filter %s could not be found.';
 }