Files
drupal11-ddev/vendor/phpowermove/docblock/.php-cs-fixer.php
2025-10-08 11:39:17 -04:00

10 lines
168 B
PHP

<?php declare(strict_types=1);
$config = new phootwork\fixer\Config();
$config->getFinder()
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests')
;
return $config;