mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Update doc blocks.
Add missing @throws
This commit is contained in:
parent
3c824b586f
commit
81611956f5
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue