Browse Source

Fix docblock tag namespace that slipped through because the tag was incorrectly named @throw instead of @throws. Fixed the tag name too and also added missing sub-namespace.

ndm2 12 years ago
parent
commit
225f4338de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Utility/ObjectRegistry.php

+ 1 - 1
src/Utility/ObjectRegistry.php

@@ -93,7 +93,7 @@ abstract class ObjectRegistry {
  *
  * @param string $class The class that is missing.
  * @param string $plugin The plugin $class is missing from.
- * @throw Cake\Exception
+ * @throws \Cake\Error\Exception
  */
 	abstract protected function _throwMissingClassError($class, $plugin);