scripts: update pint-fmt

This commit is contained in:
Leonardo Eugênio 2024-10-25 16:43:20 -03:00
parent b81c42034b
commit 9bc508f4a6

View file

@ -1,6 +1,6 @@
#!/bin/sh
file="$(mktemp --tmpdir=/dev/shm).php"
file="$(mktemp)"
cat - >"$file"
./vendor/bin/pint --quiet "$file"
cat "$file"