Skip to content

Commit

Permalink
Fix pint
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed May 6, 2024
1 parent 14701f6 commit 8dea50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"psr-4": {"Utopia\\DSN\\": "src/DSN"}
},
"scripts": {
"lint": "./vendor/bin/pint --test",
"format": "./vendor/bin/pint",
"lint": "./vendor/bin/pint --test --preset psr12",
"format": "./vendor/bin/pint --preset psr12",
"test": "./vendor/bin/phpunit --configuration phpunit.xml tests"
},
"require": {
Expand Down
15 changes: 0 additions & 15 deletions psalm.xml

This file was deleted.

0 comments on commit 8dea50e

Please sign in to comment.