Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 8, 2011
1 parent 23ba567 commit e6e9d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ConstraintViolationList.php
Expand Up @@ -111,5 +111,5 @@ public function offsetUnset($offset)
{
unset($this->violations[$offset]);
}

}
1 change: 1 addition & 0 deletions Mapping/Loader/FilesLoader.php
Expand Up @@ -46,6 +46,7 @@ protected function getFileLoaders($paths)
foreach ($paths as $path) {
$loaders[] = $this->getFileLoaderInstance($path);
}

return $loaders;
}

Expand Down

0 comments on commit e6e9d18

Please sign in to comment.