Merge pull request #121 from ariaieboy/l12 #57
Annotations
10 errors
ClassMustBeFinal:
src/Casts/CurrencyCast.php#L12
src/Casts/CurrencyCast.php:12:7: ClassMustBeFinal: Class Akaunting\Money\Casts\CurrencyCast is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
MissingOverrideAttribute:
src/Casts/CurrencyCast.php#L14
src/Casts/CurrencyCast.php:14:5: MissingOverrideAttribute: Method Akaunting\Money\Casts\CurrencyCast::get should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Casts/CurrencyCast.php#L23
src/Casts/CurrencyCast.php:23:5: MissingOverrideAttribute: Method Akaunting\Money\Casts\CurrencyCast::set should have the "Override" attribute (see https://psalm.dev/358)
|
ClassMustBeFinal:
src/Casts/MoneyCast.php#L13
src/Casts/MoneyCast.php:13:7: ClassMustBeFinal: Class Akaunting\Money\Casts\MoneyCast is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
MissingOverrideAttribute:
src/Casts/MoneyCast.php#L15
src/Casts/MoneyCast.php:15:5: MissingOverrideAttribute: Method Akaunting\Money\Casts\MoneyCast::get should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Casts/MoneyCast.php#L34
src/Casts/MoneyCast.php:34:5: MissingOverrideAttribute: Method Akaunting\Money\Casts\MoneyCast::set should have the "Override" attribute (see https://psalm.dev/358)
|
ClassMustBeFinal:
src/Currency.php#L184
src/Currency.php:184:7: ClassMustBeFinal: Class Akaunting\Money\Currency is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
MissingOverrideAttribute:
src/Currency.php#L254
src/Currency.php:254:5: MissingOverrideAttribute: Method Akaunting\Money\Currency::castusing should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Currency.php#L344
src/Currency.php:344:5: MissingOverrideAttribute: Method Akaunting\Money\Currency::toarray should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Currency.php#L361
src/Currency.php:361:5: MissingOverrideAttribute: Method Akaunting\Money\Currency::tojson should have the "Override" attribute (see https://psalm.dev/358)
|