| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | static public function depends_on() |
||
|
1 ignored issue
–
show
|
|||
| 27 | { |
||
| 28 | return array('\phpbb\admanagement\migrations\v10x\m5_end_date'); |
||
| 29 | } |
||
| 30 | |||
| 52 |
This check marks access to variables or properties that have not been declared yet. While PHP has no explicit notion of declaring a variable, accessing it before a value is assigned to it is most likely a bug.