Added support to create variants on object creation #1291
5 new problems found by Qodana for PHP
Qodana for PHP
4 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unhandled exception |
◽️ Notice | 2 |
Non-optimal if conditions |
◽️ Notice | 1 |
Unused local variable |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 152 in src/Resolver/Location/FindParentStrategy.php
github-actions / Qodana for PHP
Non-optimal if conditions
\[EA\] This condition execution costs less than the previous one.
Check notice on line 162 in src/Resolver/Resolver.php
github-actions / Qodana for PHP
Unhandled exception
Unhandled exceptions
Check notice on line 151 in src/Resolver/Location/FindParentStrategy.php
github-actions / Qodana for PHP
Unhandled exception
Unhandled exceptions
Check notice on line 158 in src/Resolver/Location/FindParentStrategy.php
github-actions / Qodana for PHP
Unused local variable
Unused local variable 'e'. The value of the variable is not used anywhere.