| 1 | <?php |
||
| 7 | class GenerationRapport { |
||
| 8 | |||
| 9 | |||
| 10 | //-------------------------- BUILDER ----------------------------------------------------------------------------// |
||
| 11 | public function __construct() { |
||
| 14 | //-------------------------- END BUILDER ----------------------------------------------------------------------------// |
||
| 15 | |||
| 16 | |||
| 17 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
||
| 18 | //-------------------------- END GETTER ----------------------------------------------------------------------------// |
||
| 19 | |||
| 20 | |||
| 21 | //-------------------------- SETTER ----------------------------------------------------------------------------// |
||
| 22 | public static function setGenererRapport($titre, $infos, $type) { |
||
| 32 | //-------------------------- END SETTER ----------------------------------------------------------------------------// |
||
| 33 | } |
This check looks for variables that are accessed but have not been defined. It raises an issue if it finds another variable that has a similar name.
The variable may have been renamed without also renaming all references.