Update doc blocks.

Add missing @throws
This commit is contained in:
mark_story 2012-06-18 23:29:28 -04:00
parent 3c824b586f
commit 81611956f5

View file

@ -101,6 +101,7 @@ class CakeFixtureManager {
*
* @param array $fixtures the fixture names to load using the notation {type}.{name}
* @return void
* @throws UnexpectedValueException when a referenced fixture does not exist.
*/
protected function _loadFixtures($fixtures) {
foreach ($fixtures as $index => $fixture) {