Skip to content

Commit

Permalink
[AutoImport] Add test for skip auto import on conflict lower short cl…
Browse files Browse the repository at this point in the history
…ass name usage (#6208)

* [AutoImport] Add test for skip auto import on conflict lower short class name usage

* [AutoImport] Add test for skip auto import on conflict lower short class name usage
  • Loading branch information
samsonasik authored Aug 1, 2024
1 parent 1331f97 commit fa0d8d8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

echo foo::class;
echo PHP_EOL;
echo Bar\Foo::class;

0 comments on commit fa0d8d8

Please sign in to comment.