Skip to content

Commit

Permalink
$fooFromContext can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyperghost committed Nov 13, 2024
1 parent 50ac5b0 commit d8de27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/wsc60/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ final class FooImageFileProcessor extends AbstractFileProcessor
return true;
}

if ($fooFromCoreFile->fooID === $fooFromContext->fooID) {
if ($fooFromCoreFile->fooID === $fooFromContext?->fooID) {
return true;
}

Expand Down

0 comments on commit d8de27f

Please sign in to comment.