Skip to content

Commit 42ab3a0

Browse files
Apply suggested fix to tests/GitAttributes/ExistenceCheckerTest.php from Copilot Autofix (#96)
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 38fd982 commit 42ab3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/GitAttributes/ExistenceCheckerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class ExistenceCheckerTest extends TestCase
3333
use ProphecyTrait;
3434

3535
/**
36-
* @property ObjectProphecy<FilesystemInterface> $filesystem
36+
* @var ObjectProphecy<FilesystemInterface>
3737
*/
3838
private readonly ObjectProphecy $filesystem;
3939

0 commit comments

Comments
 (0)