Skip to content

Commit 61ae6e1

Browse files
committed
Added static version of php cs fixer
1 parent 1e27db5 commit 61ae6e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run:
3535
name: Syntax tests
3636
command: |
37-
wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -q -O php-cs-fixer.phar
37+
cp .circleci/php-cs-fixer.phar php-cs-fixer.phar
3838
composer run lint-syntax
3939
- run:
4040
name: Static analysis

.circleci/php-cs-fixer.phar

2.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)