fix(phpstan): update function parameter data types
This commit changes the data type of the function parameters across various files. The modifications are made in the 'phpstan-baseline.neon', 'AbstractCurrency.php', 'CurrencyInterface.php', and 'Handler.php' files. Certain function parameters which could have been null are now specifically marked as available for null input. Improving the type hinting of these functions enhances code readability, allows for better static analysis and reduces the scope for bugs in the future. Related: #9
Übergeordneter
c4217d54
No related branches found
No related tags found
- phpstan-baseline.neon 1 Ergänzung, 15 Löschungenphpstan-baseline.neon
- src/QUI/ERP/Currency/AbstractCurrency.php 2 Ergänzungen, 2 Löschungensrc/QUI/ERP/Currency/AbstractCurrency.php
- src/QUI/ERP/Currency/CurrencyInterface.php 4 Ergänzungen, 4 Löschungensrc/QUI/ERP/Currency/CurrencyInterface.php
- src/QUI/ERP/Currency/Handler.php 5 Ergänzungen, 4 Löschungensrc/QUI/ERP/Currency/Handler.php
Bitte registrieren oder Anmelden zum Kommentieren