I'm migrating to the 1.8.2 and found new strange false-positive  The [first file](https://github.com/LastDragon-ru/lara-asp/blob/main/packages/graphql-printer/src/Blocks/Document/Value.php) have only the class definition, all other lines - usage of this class. ```php class Value extends Block { // ... } ``` The `illuminate/collections` (required by `lara-asp-testing` package from dev dependencies) defines the `value` function on https://github.com/laravel/framework/blob/61492a8846a1ab4bd6ab01e3edf90007ba818753/src/Illuminate/Collections/helpers.php#L223-L238 PS: https://github.com/LastDragon-ru/lara-asp/actions/runs/12721635835/job/35464780891