-
- Downloads
fix(phpstan): ensure compatibility with different datatypes
This commit ensures compatibility with different datatypes by adding necessary checks and type conversions in ERP Products module. It also removes unused comments, thus making the code cleaner and more efficient. Changes include: - In methods expecting integer parameters, explicit type casting has been added to situations where a string could be passed instead. - Additional checks are implemented before invoking method_exists(), ensuring safety. - Inappropriate comments and annotations have been removed to make the code more readable. - getEditableFieldIdsForProduct() and getInheritedFieldIdsForProduct() methods in Products.php had a generic parameter $Product, it has been type hinted with the ProductTypeInterface. Overall, the changes ensure better type stability and increase code reliability. Related: #397
Übergeordneter
fe754b84
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
- src/QUI/ERP/Products/Product/Model.php 20 Ergänzungen, 26 Löschungensrc/QUI/ERP/Products/Product/Model.php
- src/QUI/ERP/Products/Product/ProductList.php 4 Ergänzungen, 5 Löschungensrc/QUI/ERP/Products/Product/ProductList.php
- src/QUI/ERP/Products/Product/ProductListBackendView.php 5 Ergänzungen, 4 Löschungensrc/QUI/ERP/Products/Product/ProductListBackendView.php
- src/QUI/ERP/Products/Product/ProductListFrontendView.php 5 Ergänzungen, 3 Löschungensrc/QUI/ERP/Products/Product/ProductListFrontendView.php
- src/QUI/ERP/Products/Product/Types/Product.php 0 Ergänzungen, 8 Löschungensrc/QUI/ERP/Products/Product/Types/Product.php
- src/QUI/ERP/Products/Product/Types/VariantChild.php 4 Ergänzungen, 4 Löschungensrc/QUI/ERP/Products/Product/Types/VariantChild.php
- src/QUI/ERP/Products/Product/Types/VariantParent.php 11 Ergänzungen, 13 Löschungensrc/QUI/ERP/Products/Product/Types/VariantParent.php
- src/QUI/ERP/Products/Product/UniqueProduct.php 4 Ergänzungen, 4 Löschungensrc/QUI/ERP/Products/Product/UniqueProduct.php
- src/QUI/ERP/Products/Utils/Products.php 5 Ergänzungen, 4 Löschungensrc/QUI/ERP/Products/Utils/Products.php
Lade
Bitte registrieren oder Anmelden zum Kommentieren