Skip to content

Commit 27f1863

Browse files
CS fix
1 parent f73f749 commit 27f1863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeprecationErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function handleError($type, $msg, $file, $line, $context = [])
162162

163163
if ('legacy' === $group) {
164164
$this->deprecationGroups[$group]->addNotice();
165-
} else if ($deprecation->originatesFromAnObject()) {
165+
} elseif ($deprecation->originatesFromAnObject()) {
166166
$class = $deprecation->originatingClass();
167167
$method = $deprecation->originatingMethod();
168168
$this->deprecationGroups[$group]->addNoticeFromObject($msg, $class, $method);

0 commit comments

Comments
 (0)