phpfmt8
phpfmt8 copied to clipboard
__construct renamed
When we use a full namespace in "implements", this
Excel::raw(new class() implements \Excel\Concerns\FromArray {
public function __construct()
{}
});
becomes
Excel::raw(new class() implements \Excel\Concerns\FromArray
{
public function Construct()
{}
});
the "__construct" methid is renamed