File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11parameters :
22 level : max
33 bootstrapFiles :
4- - %rootDir%/../../../tests/bootstrap .php
4+ - %rootDir%/../../../tests/static_analysis_bootstrap .php
55 paths :
66 - %rootDir%/../../../MO4
77 - %rootDir%/../../../tests
Original file line number Diff line number Diff line change 44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xmlns =" https://getpsalm.org/schema/config"
66 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
7- autoloader =" tests/bootstrap .php"
7+ autoloader =" tests/static_analysis_bootstrap .php"
88>
99 <projectFiles >
1010 <directory name =" MO4" />
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ * This file is part of the mo4-coding-standard (phpcs standard)
5+ *
6+ * Bootstrap file for PHP_CodeSniffer MO4 Coding Standard unit tests.
7+ *
8+ * @author Xaver Loppenstedt <[email protected] > 9+ *
10+ * @license http://spdx.org/licenses/MIT MIT License
11+ *
12+ * @link https://github.com/mayflower/mo4-coding-standard
13+ */
14+
15+ declare (strict_types=1 );
16+
17+ require_once __DIR__ .'/../vendor/squizlabs/php_codesniffer/autoload.php ' ;
18+ require_once __DIR__ .'/../vendor/squizlabs/php_codesniffer/src/Util/Tokens.php ' ;
You can’t perform that action at this time.
0 commit comments