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