-
- Downloads
fix(phpstan): improve typehints and resolve phpstan errors
- Added spaces in typehints for readability - Added `@phpstan-ignore-line` for DEVELOPMENT condition in `setFieldsToAllProducts()` to mitigate stan error - Cast `max_execution_time` to int before calling `set_time_limit` - Typecast integer variables to string in `str_pad` in `execute()` in GenerateProductCache.php for PHP compatibility - Added a check for `getCustomDataEntry` method existence before using it in `updateProductPrices` in UpdatePrices.php for run-time safety. Related: #397
Übergeordneter
2532c540
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
- src/QUI/ERP/Products/Category/Category.php 7 Ergänzungen, 7 Löschungensrc/QUI/ERP/Products/Category/Category.php
- src/QUI/ERP/Products/Console/GenerateProductCache.php 1 Ergänzung, 1 Löschungsrc/QUI/ERP/Products/Console/GenerateProductCache.php
- src/QUI/ERP/Products/Console/UpdatePrices.php 4 Ergänzungen, 0 Löschungensrc/QUI/ERP/Products/Console/UpdatePrices.php
Bitte registrieren oder Anmelden zum Kommentieren