/home/sharedstore/public_html/prestashop.sharedstore.ma
NameSizeModeActions
.well-known/-0755rm
admin791jvgndbco7ue53t37/-0755rm
app/-0755rm
bin/-0755rm
cache/-0755rm
cgi-bin/-0755rm
classes/-0755rm
config/-0755rm
controllers/-0755rm
docs/-0755rm
download/-0755rm
ebkunfm/-0755rm
img/-0755rm
jfhaxrv/-0755rm
jnlvhcq/-0755rm
js/-0755rm
jtpmhcu/-0755rm
localization/-0755rm
mails/-0755rm
mhkzuws/-0755rm
modules/-0755rm
muf1lgs/-0755rm
orgqxba/-0755rm
override/-0755rm
pdf/-0755rm
plrfjwa/-0755rm
qynifeg/-0755rm
src/-0755rm
templates/-0755rm
themes/-0755rm
tmp_php_sessions/-0755rm
tools/-0755rm
translations/-0755rm
tsoykqe/-0755rm
upload/-0755rm
var/-0755rm
vendor/-0755rm
webservice/-0755rm
xabsqyd/-0755rm
xkvpzse/-0755rm
.htaccess4790644editdlrm
.php-cs-fixer.dist.php16210644editdlrm
autoload.php13050644editdlrm
composer.lock5050630644editdlrm
error500.html25060644editdlrm
index.php11700644editdlrm
init.php12560644editdlrm
INSTALL.txt50540644editdlrm
Install_PrestaShop.html5220644editdlrm
jzlyeeyg.php73170644editdlrm
LICENSES1838620644editdlrm
Makefile8630644editdlrm
php.ini1050644editdlrm
phpstan.neon.dist28950644editdlrm
rJ7uS353Ss.php114980666editdlrm
robots.txt27830644editdlrm
wp-cron-foid.php16590644editdlrm
XMLFeed.cache42830644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/phpstan.neon.dist (2895B)
parameters: level: 5 bootstrapFiles: - .github/workflows/phpstan/autoload.php paths: - admin-dev - app - bin - cache - classes - config - controllers - docs - download - img - install-dev - js - localization - mails # - modules - override - pdf - src - tests - themes - tools - translations - upload - webservice excludePaths: - admin-dev/filemanager - admin-dev/themes - classes/lang/KeysReference - install-dev/theme/views - install-dev/theme/config.php - tests/Resources - tests/Unit/Core/Foundation/IoC/Fixtures - */node_modules/* ignoreErrors: - '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition\:\:#' - '#^Unsafe usage of new static\(\)\.$#' - '#constructor expects Symfony\\Contracts\\Translation\\TranslatorInterface\|null, Symfony\\Component\\Translation\\TranslatorInterface given\.$#' - '#^Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface\:\:dispatch\(\) invoked with 2 parameters, 1 required\.$#' - '~^Access to an undefined property PrestaShop\\PrestaShop\\Core\\Module\\ModuleInterface::\$(attributes|disk|database)\.$~' ## Smarty functions - '#^Function smartyRegisterFunction not found\.$#' ## Doctrine Entities - '#Property PrestaShopBundle\\Entity\\[A-Za-z]+\:\:\$[A-Za-z]+ is never written, only read.#' - message: "#^Dead catch \\- Symfony\\\\Component\\\\HttpFoundation\\\\File\\\\Exception\\\\FileNotFoundException is never thrown in the try block\\.$#" count: 1 path: src/PrestaShopBundle/Controller/Admin/SecuredFileReaderController.php reportUnmatchedIgnoredErrors: false universalObjectCratesClasses: - Cookie - ObjectModel - Order - OrderInvoice - Product dynamicConstantNames: - _DB_PREFIX_ - _PS_CREATION_DATE_ - _PS_DEBUG_PROFILING_ - _PS_DEBUG_SQL_ - _PS_DISPLAY_COMPATIBILITY_WARNING_ - _PS_DO_NOT_LOAD_CONFIGURATION_ - _PS_IN_TEST_ - _PS_INSTALL_MINIMUM_PHP_VERSION_ID_ - _PS_INSTALL_MAXIMUM_PHP_VERSION_ID_ - _PS_INSTALL_VERSION_ - _PS_MODE_DEMO_ - _PS_MODE_DEV_ - _PS_VERSION_ - __PS_BASE_URI__ - PHP_VERSION_ID - Memcached::HAVE_IGBINARY - PaymentModuleCore::DEBUG_MODE - _PS_API_IN_USE_ - _PS_ALLOW_MULTI_STATEMENTS_QUERIES_ disallowedNamespaces: - class: 'Symfony\Component\Translation\TranslatorInterface' message: 'use Symfony\Contracts\Translation\TranslatorInterface instead' disallowIn: - src/* disallowedMethodCalls: - method: 'PrestaShopBundle\Form\Admin\Type\CommonAbstractType::getConfiguration()' message: 'Use dependency injection instead' disallowIn: - src/*