Your IP : 3.147.28.47


Current Path : /data/web/virtuals/51568/virtual/www/subdom/agenda/vendor/latte/latte/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/subdom/agenda/vendor/latte/latte/ncs.php

<?php

/**
 * Rules for Nette Coding Standard
 * https://github.com/nette/coding-standard
 */

declare(strict_types=1);

return [
	// use function in src/Latte/Runtime/Filters.php
	'single_import_per_statement' => false,
	'ordered_imports' => false,
];