Skip to content

Commit 839f897

Browse files
authored
removes now obsolete PHP 8 workaround for php-cs-fixer (#8)
* removes now obsolete PHP 8 workaround for php-cs-fixer * removes now obolete PHP 8 workaround for php-cs-fixer
1 parent f1853cc commit 839f897

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/tests-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@ jobs:
5151

5252
- name: Code check
5353
run: composer check
54-
env:
55-
PHP_CS_FIXER_IGNORE_ENV: "true" # necessary until full PHP 8 support in php-cs-fixer

docker/docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ services:
1919
- ../:/var/www/html/
2020
depends_on:
2121
- symfony-todo-rest-database
22-
environment:
23-
PHP_CS_FIXER_IGNORE_ENV: "true" # necessary until full PHP 8 support in php-cs-fixer
2422
stdin_open: true
2523
tty: true
2624
symfony-todo-rest-database:
@@ -31,4 +29,4 @@ services:
3129
POSTGRES_USER: ${POSTGRES_USER}
3230
POSTGRES_DB: ${POSTGRES_DB}
3331
ports:
34-
- "5566:5432"
32+
- "5566:5432"

0 commit comments

Comments
 (0)