Skip to content

Commit 1ee702b

Browse files
authored
Merge pull request #1 from infection/expose-location
Expose file location of IncludeInterceptor
2 parents 02f9f90 + c7ad413 commit 1ee702b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IncludeInterceptor.php

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

4343
final class IncludeInterceptor
4444
{
45+
public const LOCATION = __DIR__;
4546
private const STREAM_OPEN_FOR_INCLUDE = 0x00000080;
4647

4748
/**

0 commit comments

Comments
 (0)