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

4 new problems found by Qodana for PHP

Qodana for PHP

4 new problems were found

Inspection name Severity Problems
Parameter type 🔶 Warning 1
Usage of internal entity ◽️ Notice 2
PHPStan validation ◽️ Notice 1

💡 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 52 in config/config.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Usage of internal entity

Class 'TaxCollectionService' is marked as @internal

Check notice on line 270 in config/config.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Usage of internal entity

Class 'TaxCollectionService' is marked as @internal

Check warning on line 34 in src/Services/TaxService.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Parameter type

Parameter '$wallet' type is not compatible with declaration

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.