Master language constructs shall be used instead of aliases.
--- Original
+++ New
@@ -1,2 +1,2 @@
<?php
-die;
+exit;
The rule is part of the following rule sets:
- @PhpCsFixer
- Using the @PhpCsFixer rule set will enable the
no_alias_language_construct_call
rule. - @Symfony
- Using the @Symfony rule set will enable the
no_alias_language_construct_call
rule.