Refactor Codebase to Use Symfony Filesystem Instead of Native PHP Functions #4662
Annotations
11 errors
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/PrestashopConfiguration.php#L43
Syntax error, unexpected T_PRIVATE, expecting ';' on line 43
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L146
Property PrestaShop\Module\AutoUpgrade\UpgradeContainer::$prestashopConfiguration has unknown class PrestaShop\Module\AutoUpgrade\PrestashopConfiguration as its type.
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L354
Call to method getPrestaShopVersion() on an unknown class PrestaShop\Module\AutoUpgrade\PrestashopConfiguration.
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L379
Call to method getModuleVersion() on an unknown class PrestaShop\Module\AutoUpgrade\PrestashopConfiguration.
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L781
Method PrestaShop\Module\AutoUpgrade\UpgradeContainer::getPrestaShopConfiguration() has invalid return type PrestaShop\Module\AutoUpgrade\PrestashopConfiguration.
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L787
Instantiated class PrestaShop\Module\AutoUpgrade\PrestashopConfiguration not found.
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L937
Class PrestaShop\Module\AutoUpgrade\ZipAction constructor invoked with 4 parameters, 5 required.
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L938
Parameter #1 $filesystem of class PrestaShop\Module\AutoUpgrade\ZipAction constructor expects Symfony\Component\Filesystem\Filesystem, PrestaShop\Module\AutoUpgrade\UpgradeTools\Translator given.
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L939
Parameter #2 $translator of class PrestaShop\Module\AutoUpgrade\ZipAction constructor expects PrestaShop\Module\AutoUpgrade\UpgradeTools\Translator, PrestaShop\Module\AutoUpgrade\Log\Logger given.
|
Execute PHPStan on PrestaShop (Tag 1.7.7):
classes/UpgradeContainer.php#L940
Parameter #3 $logger of class PrestaShop\Module\AutoUpgrade\ZipAction constructor expects PrestaShop\Module\AutoUpgrade\Log\LoggerInterface, PrestaShop\Module\AutoUpgrade\Parameters\UpgradeConfiguration given.
|
Loading