Merge pull request #514 from dotkernel/issue-513 #94
11 new problems found by Qodana for PHP
Qodana for PHP
11 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Undefined variable |
🔴 Failure | 1 |
Equality operator may cause type coercion |
🔶 Warning | 4 |
Unused local symbol |
🔶 Warning | 2 |
Unused assignment |
🔶 Warning | 1 |
Undefined class |
🔶 Warning | 1 |
Undefined namespace |
🔶 Warning | 1 |
Deprecated symbol used |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 102 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
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/App/assets/js/components/_contact.js
github-actions / Qodana for PHP
Deprecated symbol used
Deprecated symbol used, consult docs for better alternative
Check warning on line 83 in src/App/assets/js/components/_contact.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison $('#contact_form #message').val() == '' may cause unexpected type coercion
Check warning on line 73 in src/App/assets/js/components/_contact.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison $('#contact_form #name').val() == '' may cause unexpected type coercion
Check warning on line 78 in src/App/assets/js/components/_contact.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison $('#contact_form #email').val() == '' may cause unexpected type coercion
Check warning on line 91 in src/App/assets/js/components/_contact.js
github-actions / Qodana for PHP
Equality operator may cause type coercion
Comparison submit == true may cause unexpected type coercion
Check warning on line 68 in src/App/assets/js/components/_contact.js
github-actions / Qodana for PHP
Unused assignment
The value assigned to 'submit' is never used
Check warning on line 50 in src/App/assets/js/components/_avatar.js
github-actions / Qodana for PHP
Unused local symbol
Unused parameter previewId
Check warning on line 50 in src/App/assets/js/components/_avatar.js
github-actions / Qodana for PHP
Unused local symbol
Unused parameter index
Check warning on line 39 in config/config.php
github-actions / Qodana for PHP
Undefined class
Undefined class 'ConfigProvider'
Check warning on line 39 in config/config.php
github-actions / Qodana for PHP
Undefined namespace
Undefined namespace 'Swoole'
Check failure on line 37 in config/autoload/templates.global.php
github-actions / Qodana for PHP
Undefined variable
Undefined variable '$app'