Skip to content

Commit 1cc2fb4

Browse files
committed
Add file-level headers
1 parent c18b692 commit 1cc2fb4

File tree

655 files changed

+3788
-1074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

655 files changed

+3788
-1074
lines changed

.no-header.php-cs-fixer.dist.php

Lines changed: 10 additions & 1 deletion
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 4 framework.
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
use Nexus\CsConfig\Factory;
615
use PhpCsFixer\Finder;
716
use Utils\PhpCsFixer\CodeIgniter4;
@@ -15,7 +24,7 @@
1524
]);
1625

1726
$overrides = [
18-
'no_blank_lines_after_phpdoc' => false,
27+
'no_blank_lines_after_phpdoc' => false,
1928
];
2029

2130
$options = [

.php-cs-fixer.dist.php

Lines changed: 9 additions & 0 deletions
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 4 framework.
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
use Nexus\CsConfig\Factory;
615
use PhpCsFixer\Finder;
716
use Utils\PhpCsFixer\CodeIgniter4;

rector.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/**
4+
* This file is part of CodeIgniter 4 framework.
5+
*
6+
* (c) CodeIgniter Foundation <[email protected]>
7+
*
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
10+
*/
11+
312
use Rector\CodeQuality\Rector\Expression\InlineIfToExplicitIfRector;
413
use Rector\CodeQuality\Rector\For_\ForToForeachRector;
514
use Rector\CodeQuality\Rector\Foreach_\UnusedForeachValueToArrayKeysRector;

system/API/ResponseTrait.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\API;

system/Autoloader/Autoloader.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Autoloader;

system/Autoloader/FileLocator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Autoloader;

system/BaseModel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter;

system/CLI/BaseCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\CLI;

system/CLI/CLI.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\CLI;

system/CLI/CommandRunner.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\CLI;

system/CLI/Commands.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\CLI;

system/CLI/Console.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\CLI;

system/CLI/Exceptions/CLIException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\CLI\Exceptions;

system/CLI/GeneratorTrait.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\CLI;

system/Cache/CacheFactory.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache;

system/Cache/CacheInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache;

system/Cache/Exceptions/CacheException.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache\Exceptions;

system/Cache/Exceptions/ExceptionInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache\Exceptions;

system/Cache/Handlers/BaseHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache\Handlers;

system/Cache/Handlers/DummyHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache\Handlers;

system/Cache/Handlers/FileHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache\Handlers;

system/Cache/Handlers/MemcachedHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache\Handlers;

system/Cache/Handlers/PredisHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache\Handlers;

system/Cache/Handlers/RedisHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22

33
/**
4-
* This file is part of the CodeIgniter 4 framework.
4+
* This file is part of CodeIgniter 4 framework.
55
*
66
* (c) CodeIgniter Foundation <[email protected]>
77
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
8+
* For the full copyright and license information, please view
9+
* the LICENSE file that was distributed with this source code.
1010
*/
1111

1212
namespace CodeIgniter\Cache\Handlers;

0 commit comments

Comments
 (0)