Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 354 Bytes

File metadata and controls

18 lines (13 loc) · 354 Bytes

Testing

Perform PHPStan Analysis

data-hub only context

.github/ci/scripts/setup-pimcore-environment.sh
composer install
vendor/bin/phpstan analyse --memory-limit=-1

Pimcore context

composer require "phpstan/phpstan:^1.4" --dev
vendor/bin/phpstan analyse -c vendor/pimcore/data-hub/phpstan.neon --memory-limit=-1