Skip to content

Instantly share code, notes, and snippets.

View sebastianbergmann's full-sized avatar

Sebastian Bergmann sebastianbergmann

View GitHub Profile
<?php declare(strict_types=1);
error_reporting(-1);
ini_set('memory_limit', -1);
require __DIR__ . '/vendor/autoload.php';
use PhpParser\Node;
use PhpParser\Node\Expr\ConstFetch;
use PhpParser\Node\NullableType;
use PhpParser\Node\Param;