1.2.903. Overwritten Methods¶
This command adds OVERWRITE link between methods definitions of classes.
The foo method will be linked between classes x and y, with an OVERWRITE link.
<?php
class X {
protected function foo() {}
}
class Y extends X {
protected function foo() {}
}
?>
1.2.903.1. Connex PHP features¶
1.2.903.1.1. Specs¶
Short name |
Complete/OverwrittenMethods |
Rulesets |
|
Exakat since |
1.9.2 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |