1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

fixing codeing standard errors...

This commit is contained in:
meus 2007-09-08 12:43:25 +00:00
parent 8fbd18207b
commit a7c24a05f5

View file

@ -90,7 +90,7 @@ class Doctrine_Validator_Exception extends Doctrine_Exception implements Countab
* functionname. See call_user_func in php manual for more inforamtion * functionname. See call_user_func in php manual for more inforamtion
*/ */
public function inspect($function){ public function inspect($function){
foreach($this->invalid as $record){ foreach ($this->invalid as $record) {
call_user_func($function, $record->getErrorStack()); call_user_func($function, $record->getErrorStack());
} }
} }