-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TASK: Phpstan level 2 for Flow 8.3 and ignore to be fixed things #3264
Conversation
This method is used in the `PropertyConditionGenerator`. There we expect it to return a string. Additionally, the tests prove that indeed a string is returned and not an array. The `$subselectSql` at line 411 will hold this string value when running the `ContentSecurityTest` test: > SELECT n0_.persistence_object_identifier AS persistence_object_identifier_0 FROM neos_flow_tests_functional_security_fixtures_testentityb n0_ WHERE n0_.stringvalue = ?
c51d0d4
to
b1ce5f0
Compare
c1646dd
to
0145b9a
Compare
0145b9a
to
883ad0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I left two questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mhsdesign,
I did a full review and added a bunch of comments. Nothing deal-breaking I suppose, mostly karma stuff. The only truly irritating spot is the one that @dlubitz pointed out already.
Also, I can confirm that phpstan analysis on level 2 works locally. Thanks a lot for taking the time to create those fixes 💯
You may go ahead and address/resolve/dismiss my comments as you see fit and I'll give you a 👍 in return :)
9b62592
to
9079261
Compare
Thanks for taking care! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, @mhsdesign! 👍
btw: Nice idea aliasing that InternalAopProxyInterface
- much clearer now :)
Thank you for your quick re-reviews ;) |
Flow 9 Pr #3217
Upgrade instructions
Review instructions
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions