Skip to content

Commit

Permalink
Load bootstrap.php file with a relative path, removing an hardcoded p…
Browse files Browse the repository at this point in the history
…ath to the root vendor folder
  • Loading branch information
Quetzacoalt91 committed May 23, 2024
1 parent cb60190 commit 17a61ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpstan/ps-module-extension.neon
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
parameters:
bootstrapFiles:
- %currentWorkingDirectory%/vendor/prestashop/php-dev-tools/phpstan/bootstrap.php
- ./bootstrap.php
stubFiles:
- stubs/Module.stub
- stubs/Tab.stub
dynamicConstantNames:
- _PS_VERSION_
- _PS_MODE_DEV_
- _PS_MODE_DEMO_

0 comments on commit 17a61ae

Please sign in to comment.