We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331128c commit ea17df1Copy full SHA for ea17df1
.git-blame-ignore-revs
@@ -9,3 +9,5 @@ c81cea1c82fb2b4c049939d0b4344ebbc29387f1
9
2c5640274a5e1f161dbe504c7d26989251400d26
10
# Update formatting
11
66d9a27e1c57650dc0166e42611b648c8af5e09d
12
+# Adopt depth-first sort order for imports
13
+331128cdc554df67264373f63c04611c563e53be
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
coverage: none
28
29
- name: Install PrettyPHP
30
- run: composer create-project --no-interaction --no-progress --no-dev lkrms/pretty-php=0.4.18 build/pretty-php
+ run: composer create-project --no-interaction --no-progress --no-dev lkrms/pretty-php=0.4.22 build/pretty-php
31
32
- name: Run PrettyPHP
33
run: build/pretty-php/bin/pretty-php --diff
0 commit comments