0x first prototype #2
26 new problems found by Qodana for PHP
Qodana for PHP
26 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Undefined class |
🔶 Warning | 4 |
Undefined namespace |
🔶 Warning | 2 |
Line is longer than allowed by code style |
🔶 Warning | 1 |
Null reference |
🔶 Warning | 1 |
Property can be 'readonly' |
◽️ Notice | 12 |
Unhandled exception |
◽️ Notice | 2 |
Yoda/regular conditions style usage |
◽️ Notice | 1 |
Efferent coupling between objects |
◽️ Notice | 1 |
Unnecessary fully qualified name |
◽️ Notice | 1 |
General exception is thrown |
◽️ 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 64 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Yoda/regular conditions style usage
\[EA\] Regular conditions style should be used instead.
Check notice on line 35 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Efferent coupling between objects
\[EA\] High efferent coupling (20).
Check warning on line 37 in src/Dto/Asset/Image.php
github-actions / Qodana for PHP
Line is longer than allowed by code style
Line is longer than allowed by code style (\> 120 columns)
Check warning on line 62 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Null reference
\[EA\] Null pointer exception may occur here.
Check notice on line 23 in src/Dto/Version.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 26 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 24 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 20 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 23 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 24 in src/Dto/Asset.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 21 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 25 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 27 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 28 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 24 in src/Dto/Asset.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check notice on line 22 in src/Dto/Asset/Permissions.php
github-actions / Qodana for PHP
Property can be 'readonly'
Property can be 'readonly'
Check warning on line 103 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'AdminEvents'
Check warning on line 23 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'LostPasswordEvent'
Check warning on line 22 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'AdminEvents'
Check warning on line 102 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'LostPasswordEvent'
Check warning on line 23 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Undefined namespace
Undefined namespace 'Login'
Check warning on line 22 in src/State/ResetPasswordProcessor.php
github-actions / Qodana for PHP
Undefined namespace
Undefined namespace 'Event'
Check notice on line 49 in src/Dto/Asset/Image.php
github-actions / Qodana for PHP
Unhandled exception
Unhandled exceptions
Check notice on line 185 in src/Dto/Asset.php
github-actions / Qodana for PHP
Unhandled exception
Unhandled exceptions
Check notice on line 75 in src/Dto/Version.php
github-actions / Qodana for PHP
Unnecessary fully qualified name
Qualifier is unnecessary and can be removed