Skip to content

Commit 79dbbd9

Browse files
Merge branch '5.2' into 5.3
* 5.2: CS fix CS fix CS fixes 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 d7d3193 + 27f1863 commit 79dbbd9

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)