### Pint Version 1.24.0 ### PHP Version 8.4.5 ### Description ``` root@b57dadf3af11:/var/www/html# ./vendor/bin/pint --test -v --diff=master ⨯ ──────────────────────────────────────────────────────────────────────────────── Laravel FAIL ......................................................... 1 file, 1 style issue ⨯ app/Temp.php no_extra_blank_lines @@ -7,13 +7,6 @@ public function doSoemthing() { - - - - - - - return 0; } } ``` ``` rroot@b57dadf3af11:/var/www/html# ./vendor/bin/pint --test -v --diff=master --parallel ⨯ ──────────────────────────────────────────────────────────────────────────────── Laravel FAIL ......................................................... 1 file, 1 style issue ⨯ app/Temp.php no_extra_blank_lines ``` ### Steps To Reproduce `./vendor/bin/pint --test -v --parallel`