preprocess/pre-plugin

Two year old typo + smart tool

Closed this issue · 2 comments

@phpstan reveals hard and soft errors! Please consider using it phpstan analyze source/ -l max

private $macro = [];
private $compilers = [];
public function addMacro($macro)
{
$this->macros[$macro] = true;

@assertchris Have you tried @phpstan?

Not for this repo, but I guess I should :)