diff options
author | Michael Dyrynda <michael@dyrynda.com.au> | 2022-07-07 22:12:21 +0930 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 21:42:21 +0900 |
commit | ad2f75e4b207debb3b7cf2a007dd2d205fe603bd (patch) | |
tree | 8ec84d74eeb6a7ad9de930f5dccb1ec471e7dffa /test/test-files/php | |
parent | a918f8c7bc7faa8b035fecf23aa35d395d0636c4 (diff) | |
download | ale-ad2f75e4b207debb3b7cf2a007dd2d205fe603bd.zip |
Add support for Laravel Pint (#4238)
* add support, docs, tests for Laravel Pint
* fix php-cs-fixer link
* add missing project-without-pint
* fix indentation
* fix pint executable in pint fixer test
* fix variables, docs related to pint support
Diffstat (limited to 'test/test-files/php')
-rw-r--r-- | test/test-files/php/project-with-pint/test.php | 0 | ||||
-rw-r--r-- | test/test-files/php/project-with-pint/vendor/bin/pint | 0 | ||||
-rw-r--r-- | test/test-files/php/project-without-pint/test.php | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/test/test-files/php/project-with-pint/test.php b/test/test-files/php/project-with-pint/test.php new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/php/project-with-pint/test.php diff --git a/test/test-files/php/project-with-pint/vendor/bin/pint b/test/test-files/php/project-with-pint/vendor/bin/pint new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/php/project-with-pint/vendor/bin/pint diff --git a/test/test-files/php/project-without-pint/test.php b/test/test-files/php/project-without-pint/test.php new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/php/project-without-pint/test.php |