Skip to content

Added support to create variants on object creation #1291

Added support to create variants on object creation

Added support to create variants on object creation #1291

GitHub Actions / Qodana for PHP failed Jan 31, 2024 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 152 in src/Resolver/Location/FindParentStrategy.php

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Unhandled exception

Unhandled exceptions

Check notice on line 151 in src/Resolver/Location/FindParentStrategy.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Unhandled exception

Unhandled exceptions

Check notice on line 158 in src/Resolver/Location/FindParentStrategy.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Unused local variable

Unused local variable 'e'. The value of the variable is not used anywhere.