Skip to content

Commit d5d7654

Browse files
committed
chore: add psalm_autoload.php for linter
1 parent ee779a0 commit d5d7654

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.php-cs-fixer.dist.php

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
->append([
2626
__FILE__,
2727
__DIR__ . '/rector.php',
28+
__DIR__ . '/psalm_autoload.php',
2829
]);
2930

3031
$overrides = [

psalm_autoload.php

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* This file is part of CodeIgniter Shield.
7+
*
8+
* (c) CodeIgniter Foundation <[email protected]>
9+
*
10+
* For the full copyright and license information, please view
11+
* the LICENSE file that was distributed with this source code.
12+
*/
13+
514
require __DIR__ . '/vendor/codeigniter4/framework/system/Test/bootstrap.php';
615

716
$helperDirs = [

0 commit comments

Comments
 (0)