Skip to content

Commit

Permalink
[AutoImport] Skip case insensitive defined class name on $rectorConfi…
Browse files Browse the repository at this point in the history
…g->importNames()
  • Loading branch information
samsonasik committed Sep 24, 2023
1 parent 061eea0 commit 5eb747b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

class Bar
{
public static function execute()
{
echo strtolower(\Foo\BaR::execute());
}
}

0 comments on commit 5eb747b

Please sign in to comment.