Skip to content

Commit 27e4244

Browse files
Add a few more ??=
1 parent 8794bac commit 27e4244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/PhpDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ private function addInlineService(string $id, Definition $definition, Definition
10261026
}
10271027
}
10281028

1029-
if (isset($this->definitionVariables[$inlineDef = $inlineDef ?: $definition])) {
1029+
if (isset($this->definitionVariables[$inlineDef ??= $definition])) {
10301030
return $code;
10311031
}
10321032

0 commit comments

Comments
 (0)