Fix quodna issues #3
24 new problems found by Qodana for PHP
Qodana for PHP
24 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Undefined method |
🔶 Warning | 1 |
Missing return type declaration |
◽️ Notice | 8 |
Missing parameter's type declaration |
◽️ Notice | 5 |
Unnecessary fully qualified name |
◽️ Notice | 4 |
Missing property's type declaration |
◽️ Notice | 2 |
Duplicated code fragment |
◽️ Notice | 1 |
Unhandled exception |
◽️ Notice | 1 |
Unused import |
◽️ Notice | 1 |
Type tag without variable name |
◽️ Notice | 1 |
☁️ 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 12 in src/Filters/NumericFilter.php
github-actions / Qodana for PHP
Duplicated code fragment
Duplicated code
Check notice on line 11 in src/Sieve.php
github-actions / Qodana for PHP
Missing property's type declaration
Missing property's type declaration
Check notice on line 9 in src/Sieve.php
github-actions / Qodana for PHP
Missing property's type declaration
Missing property's type declaration
Check notice on line 13 in src/SearchTerm.php
github-actions / Qodana for PHP
Missing parameter's type declaration
Missing parameter's type declaration
Check notice on line 17 in src/ModifiesQueries.php
github-actions / Qodana for PHP
Missing parameter's type declaration
Missing parameter's type declaration
Check notice on line 13 in src/SearchTerm.php
github-actions / Qodana for PHP
Missing parameter's type declaration
Missing parameter's type declaration
Check notice on line 13 in src/SearchTerm.php
github-actions / Qodana for PHP
Missing parameter's type declaration
Missing parameter's type declaration
Check notice on line 13 in src/SearchTerm.php
github-actions / Qodana for PHP
Missing parameter's type declaration
Missing parameter's type declaration
Check notice on line 28 in src/SearchTerm.php
github-actions / Qodana for PHP
Missing return type declaration
Missing function's return type declaration
Check notice on line 17 in src/ModifiesQueries.php
github-actions / Qodana for PHP
Missing return type declaration
Missing function's return type declaration
Check notice on line 23 in src/ModifiesQueries.php
github-actions / Qodana for PHP
Missing return type declaration
Missing function's return type declaration
Check notice on line 57 in src/MapFilter.php
github-actions / Qodana for PHP
Missing return type declaration
Missing function's return type declaration
Check notice on line 44 in src/SearchTerm.php
github-actions / Qodana for PHP
Missing return type declaration
Missing function's return type declaration
Check notice on line 20 in src/SearchTerm.php
github-actions / Qodana for PHP
Missing return type declaration
Missing function's return type declaration
Check notice on line 36 in src/SearchTerm.php
github-actions / Qodana for PHP
Missing return type declaration
Missing function's return type declaration
Check notice on line 13 in src/Searchable.php
github-actions / Qodana for PHP
Missing return type declaration
Missing function's return type declaration
Check warning on line 15 in src/SieveServiceProvider.php
github-actions / Qodana for PHP
Undefined method
Method 'getModel' is undefined
Check notice on line 16 in rector.php
github-actions / Qodana for PHP
Unhandled exception
Unhandled exceptions
Check notice on line 62 in src/MapFilter.php
github-actions / Qodana for PHP
Unnecessary fully qualified name
Qualifier is unnecessary and can be removed
Check notice on line 54 in src/FilterBuilder.php
github-actions / Qodana for PHP
Unnecessary fully qualified name
Qualifier is unnecessary and can be removed
Check notice on line 71 in src/FilterBuilder.php
github-actions / Qodana for PHP
Unnecessary fully qualified name
Qualifier is unnecessary and can be removed
Check notice on line 13 in src/Sieve.php
github-actions / Qodana for PHP
Unnecessary fully qualified name
Qualifier is unnecessary and can be removed
Check notice on line 5 in src/Sieve.php
github-actions / Qodana for PHP
Unused import
Import 'Illuminate\\Http\\Request' is never used
Check notice on line 37 in src/Sieve.php
github-actions / Qodana for PHP
Type tag without variable name
Doc tag without variable name doesn't provide type information for any expression