1<?php
2
3/**
4 * Configuration metadata for Struct Template plugin
5 */
6
7declare(strict_types=1);
8
9$meta['show_not_found'] = ['onoff'];
10