├── LICENCE ├── README.md ├── composer.json └── src ├── EchoForbidRector.php ├── ExitAndDieRector.php ├── ForbiddenFunctionsRector.php ├── GlobalVarsForbidRector.php ├── IncludeRequireRector.php ├── ResetStateCheckerRector.php ├── Resources ├── forbidden-functions.php └── global-vars.php └── Suppressor.php /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/composer.json -------------------------------------------------------------------------------- /src/EchoForbidRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/EchoForbidRector.php -------------------------------------------------------------------------------- /src/ExitAndDieRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/ExitAndDieRector.php -------------------------------------------------------------------------------- /src/ForbiddenFunctionsRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/ForbiddenFunctionsRector.php -------------------------------------------------------------------------------- /src/GlobalVarsForbidRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/GlobalVarsForbidRector.php -------------------------------------------------------------------------------- /src/IncludeRequireRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/IncludeRequireRector.php -------------------------------------------------------------------------------- /src/ResetStateCheckerRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/ResetStateCheckerRector.php -------------------------------------------------------------------------------- /src/Resources/forbidden-functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/Resources/forbidden-functions.php -------------------------------------------------------------------------------- /src/Resources/global-vars.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/Resources/global-vars.php -------------------------------------------------------------------------------- /src/Suppressor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kaspiman/rector-longrunning-rules/HEAD/src/Suppressor.php --------------------------------------------------------------------------------