-
-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CodeQuality] Skip windows absolute path on AbsolutizeRequireAndInclu…
…dePathRector
- Loading branch information
1 parent
7ec3ae3
commit c3684df
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...nclude_/AbsolutizeRequireAndIncludePathRector/Fixture/skip_windows_absolute_paths.php.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
namespace Rector\Tests\CodeQuality\Rector\Include_\AbsolutizeRequireAndIncludePathRector\Fixture; | ||
|
||
final class SkipAbsolutePaths | ||
{ | ||
public function run() | ||
{ | ||
include "C:\\Users\\prj\\vendor\\autoload.php"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters