Commit a7c24a05 authored by meus's avatar meus

fixing codeing standard errors...

parent 8fbd1820
......@@ -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());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment