for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace PHPAbles\Arrayable;
trait MagicTrait
{
final public function __toArray(): array
return $this->toArray();
}
abstract public function toArray(): array;
This check marks files that end in a newline character, i.e. an empy line.