fixing codeing standard errors...
This commit is contained in:
parent
8fbd18207b
commit
a7c24a05f5
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue