mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +01:00
commit
71883a3822
@ -23,7 +23,7 @@ final class AbsolutizeRequireAndIncludePathRector extends AbstractRector
|
||||
{
|
||||
public function getDefinition(): RectorDefinition
|
||||
{
|
||||
return new RectorDefinition('include/require to absolute path', [
|
||||
return new RectorDefinition('include/require to absolute path. This Rector might introduce backwards incompatible code, when the include/require beeing changed depends on the current working directory.', [
|
||||
new CodeSample(
|
||||
<<<'PHP'
|
||||
class SomeClass
|
||||
|
Loading…
x
Reference in New Issue
Block a user