mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix whitespace errors.
This commit is contained in:
parent
5081be171f
commit
c13ed3366b
2 changed files with 4 additions and 4 deletions
|
@ -165,7 +165,7 @@ class ClassRegistry {
|
||||||
$instance = $reflection->newInstance();
|
$instance = $reflection->newInstance();
|
||||||
}
|
}
|
||||||
if ($strict && !$instance instanceof Model) {
|
if ($strict && !$instance instanceof Model) {
|
||||||
$instance = null;
|
$instance = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!isset($instance)) {
|
if (!isset($instance)) {
|
||||||
|
|
Loading…
Reference in a new issue