Skip to content

Commit

Permalink
Revert "Improve code to fulfill coding standards."
Browse files Browse the repository at this point in the history
This reverts commit 9ac67af.
  • Loading branch information
beberlei committed May 9, 2013
1 parent 320e428 commit 15617af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -272,7 +272,7 @@ protected function getParentClasses($name)
*/
protected function loadMetadata($name)
{
if ( !class_exists($name) ) {
if (!class_exists($name)) {
throw new \RuntimeException(
sprintf('Failed to load metadata for class "%s" because class does not exists.', $name)
);
Expand Down

0 comments on commit 15617af

Please sign in to comment.