@@ -0,0 +1,7 @@
+<?= "<?php\n" ?>
+declare(strict_types=1);
+
+return [
+ 'id' => '<?= $id ?>',
+ 'name' => '<?= $description ?>',
+];