1
0
mirror of synced 2025-01-17 22:11:41 +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
*/
public function inspect($function){
foreach($this->invalid as $record){
foreach ($this->invalid as $record) {
call_user_func($function, $record->getErrorStack());
}
}