Analysis result
Scanned at : 2020-06-05
Analyzed by : Phan PHP 8.0
Your PHP Code Snippet
<?php
class MaClass {
public function MaClass() {
}
}
Errors: 0
Warning: 1
Severity | Type | Message | Location |
---|---|---|---|
5 | issue | CompatError PhanCompatiblePHP8PHP4Constructor PHP4 constructors will be removed in php 8, and should not be used. __construct() should be added/used instead to avoid accidentally calling \MaClass::MaClass() | Line 4, column 0 |