1.2.505. Global Import¶
This rule marks a use
statement that imports a global class in the current file.
<?php
namespace Foo {
// This is a global import
use Stdclass;
}
?>
1.2.505.1. Connex PHP features¶
1.2.505.1.1. Specs¶
Short name |
Namespaces/GlobalImport |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
High |
Available in |