Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTray authored Nov 18, 2024
1 parent 2a31d82 commit d376f0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.analyse.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
nginx:
image: ghcr.io/ronasit/php-nginx-dev:8.3
image: webdevops/php:8.3-alpine
working_dir: /app
volumes:
- .:/app
3 changes: 3 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"new_with_parentheses": {
"anonymous_class": false,
"named_class": true
},
"phpdoc_separation": {
"skip_unlisted_annotations": false
}
}
}

0 comments on commit d376f0c

Please sign in to comment.