Skip to content
GitHub Actions / Qodana for PHP completed Oct 10, 2024 in 0s

5 new problems found by Qodana for PHP

Qodana for PHP

5 new problems were found

Inspection name Severity Problems
PHPStan validation ◽️ Notice 3
Property can be 'readonly' ◽️ Notice 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 3 dependencies

Third-party software list

This page lists the third-party software dependencies used in project

Dependency Version Licenses
brick/math 0.12.1 MIT
ramsey/collection 2.0.0 MIT
ramsey/uuid 4.7.6 MIT
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 17 in src/Services/TaxCollectionService.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 16 in src/Services/TaxCollectionService.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'

Check notice on line 13 in src/Services/TaxCollectionService.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

PHPStan validation

phpstan:: Class Bavix\\Wallet\\Services\\TaxCollectionService is neither abstract nor final.

Check notice on line 42 in src/Services/TaxCollectionService.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

PHPStan validation

phpstan:: Parameter #1 $first of method Bavix\\Wallet\\Internal\\Service\\MathServiceInterface::mul() expects float\|int\|non-empty-string, float\|int\|string given.

Check notice on line 58 in src/Services/TaxCollectionService.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

PHPStan validation

phpstan:: Method Bavix\\Wallet\\Services\\TaxCollectionService::calculate() should return string but returns float\|int\|string.