Skip to content

Commit

Permalink
Resolve __DIR__ / __FILE__ when const/variable is used for include CS…
Browse files Browse the repository at this point in the history
… fix fix fix :)
  • Loading branch information
Tomasz Kusy committed Feb 4, 2022
1 parent 8da45aa commit 124aa22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Psalm\Type\Atomic\TCallableString;
use Psalm\Type\Atomic\TNonEmptyString;
use Psalm\Type\Union;

use function dirname;

class MagicConstAnalyzer
Expand Down

0 comments on commit 124aa22

Please sign in to comment.