Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong filepath #52

Merged
merged 2 commits into from Apr 16, 2021
Merged

Conversation

SebSept
Copy link
Contributor

@SebSept SebSept commented Apr 14, 2021

Questions Answers
Description? fix bad default in phpstan.neon
Type? bug fix
BC breaks? no
Deprecations? no
Fixed ticket? Fixes #51
How to test? Please indicate how to best verify that this PR is correct.
Possible impacts? ? probably none, because I changed the template, not the filename.

This may help to test : (grabed from my history) (not retested) :

git clone https://github.com/PrestaShop/blockreassurance.git --depth 1
cd blockreassurance
composer install --dev
wget https://github.com/phpstan/phpstan/releases/download/0.12.83/phpstan.phar
chmod +x phpstan.phar
php vendor/bin/prestashop-coding-standards phpstan:init --dest ./
_PS_ROOT_DIR_=/home/http/tests/prestashop/ps1771 ./phpstan.phar analyse

@PierreRambaud PierreRambaud merged commit 62f38cf into PrestaShop:master Apr 16, 2021
@PierreRambaud
Copy link
Contributor

Thank you @SebSept

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

initial phpstan.neon is bugged
3 participants