Skip to content

Commit fdb10ed

Browse files
committed
chore: turn on short open tag to avoid false positives
1 parent 178f7d2 commit fdb10ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
php-version: "latest"
5757
coverage: "none"
58+
ini-values: "short_open_tag=On"
5859

5960
- name: "Install dependencies (Composer)"
6061
uses: "ramsey/composer-install@2.2.0"
@@ -75,6 +76,7 @@ jobs:
7576
with:
7677
php-version: "latest"
7778
coverage: "none"
79+
ini-values: "short_open_tag=On"
7880

7981
- name: "Install dependencies (Composer)"
8082
uses: "ramsey/composer-install@2.2.0"

0 commit comments

Comments
 (0)