Skip to content

Commit

Permalink
Merge pull request #1 from infection/expose-location
Browse files Browse the repository at this point in the history
Expose file location of IncludeInterceptor
  • Loading branch information
maks-rafalko authored Jan 26, 2020
2 parents 02f9f90 + c7ad413 commit 1ee702b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IncludeInterceptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

final class IncludeInterceptor
{
public const LOCATION = __DIR__;
private const STREAM_OPEN_FOR_INCLUDE = 0x00000080;

/**
Expand Down

0 comments on commit 1ee702b

Please sign in to comment.