diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-03-02 20:40:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-02 20:40:31 +0000 |
commit | ad7ffe287574745994811f345e0defd863e575a0 (patch) | |
tree | 063e947e495e4393074a934ba441fd7a7e5c4849 /test/command_callback/php_paths | |
parent | 2c2c7ceb1d2f3de97ba8a40dd7858e83b6755fcd (diff) | |
parent | fbbb8c17d9634304fd6d10789e78d00c75b70e07 (diff) | |
download | ale-ad7ffe287574745994811f345e0defd863e575a0.zip |
Merge pull request #1390 from jdeniau/jd-feat-phpCsFixer
add php-cs-fixer to list of fixers
Diffstat (limited to 'test/command_callback/php_paths')
3 files changed, 0 insertions, 0 deletions
diff --git a/test/command_callback/php_paths/project-with-php-cs-fixer/test.php b/test/command_callback/php_paths/project-with-php-cs-fixer/test.php new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/php_paths/project-with-php-cs-fixer/test.php diff --git a/test/command_callback/php_paths/project-with-php-cs-fixer/vendor/bin/php-cs-fixer b/test/command_callback/php_paths/project-with-php-cs-fixer/vendor/bin/php-cs-fixer new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/php_paths/project-with-php-cs-fixer/vendor/bin/php-cs-fixer diff --git a/test/command_callback/php_paths/project-without-php-cs-fixer/test.php b/test/command_callback/php_paths/project-without-php-cs-fixer/test.php new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/php_paths/project-without-php-cs-fixer/test.php |