Fix whitespace errors.

This commit is contained in:
mark_story 2012-09-13 21:05:10 -04:00
parent 5081be171f
commit c13ed3366b
2 changed files with 4 additions and 4 deletions

View file

@ -165,7 +165,7 @@ class ClassRegistry {
$instance = $reflection->newInstance();
}
if ($strict && !$instance instanceof Model) {
$instance = null;
$instance = null;
}
}
if (!isset($instance)) {