Skip to content

Commit b69329d

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix tests CS fix CS fix CS fix CS fixes Bump Symfony version to 5.3.4 Update VERSION for 5.3.3 Update CHANGELOG for 5.3.3 Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents fa32a2d + d5d4901 commit b69329d

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)