master
<?php namespace Dudulina\CodeGeneration\Command; class CommandHandlersMapTemplate { private static $map = [/*do not modify this line!*/]; public static function getMap(): array { return self::$map; } }