projects
/
GitHub
/
WoltLab
/
woltlab.github.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ac5b0
)
`$fooFromContext` can be null
author
Cyperghost
<olaf_schmitz_1@t-online.de>
Wed, 13 Nov 2024 09:17:50 +0000
(10:17 +0100)
committer
Cyperghost
<olaf_schmitz_1@t-online.de>
Wed, 13 Nov 2024 09:17:50 +0000
(10:17 +0100)
docs/migration/wsc60/php.md
patch
|
blob
|
blame
|
history
diff --git
a/docs/migration/wsc60/php.md
b/docs/migration/wsc60/php.md
index 5fde877a12b98ad5389d872dc617a932234c36e7..a95184586d9cb6a8538683e358e51a9d2c1f190e 100644
(file)
--- a/
docs/migration/wsc60/php.md
+++ b/
docs/migration/wsc60/php.md
@@
-301,7
+301,7
@@
final class FooImageFileProcessor extends AbstractFileProcessor
return true;
}
- if ($fooFromCoreFile->fooID === $fooFromContext->fooID) {
+ if ($fooFromCoreFile->fooID === $fooFromContext
?
->fooID) {
return true;
}