Skip to content

Commit 07d20c3

Browse files
authored
Merge pull request #7 from infection/location-const
Use correct magic const for location
2 parents 136066e + 767d455 commit 07d20c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IncludeInterceptor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
final class IncludeInterceptor
4444
{
45-
public const LOCATION = __DIR__;
45+
public const LOCATION = __FILE__;
4646
private const STREAM_OPEN_FOR_INCLUDE = 0x00000080;
4747

4848
/**

0 commit comments

Comments
 (0)