### Pint Version 1.19.0 ### PHP Version 8.4.1 ### Description Pint is failing on this line: ```php use function Pest\Laravel\{get, post}; ``` with the following error: ``` Unmatched '}' ``` ### Steps To Reproduce see above