Skip to content

Commit 3b1e0fa

Browse files
Adding License Headers
1 parent cbebe41 commit 3b1e0fa

22 files changed

+205
-19
lines changed

src/Architecture/CatchExceptionOfTypeNotAllowedRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/CircularModuleDependencyRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/ClassMustBeFinalRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/ClassMustBeReadonlyRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/ClassMustHaveSpecificationDocblockRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/ClassnameMustMatchPatternRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/DependencyConstraintsRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/ForbiddenNamespacesRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/MethodMustReturnTypeRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

src/Architecture/MethodSignatureMustMatchRule.php

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

3+
/**
4+
* Copyright (c) Florian Krämer (https://florian-kraemer.net)
5+
* Licensed under The MIT License
6+
* For full copyright and license information, please see the LICENSE file
7+
* Redistributions of files must retain the above copyright notice.
8+
*
9+
* @copyright Copyright (c) Florian Krämer (https://florian-kraemer.net)
10+
* @author Florian Krämer
11+
* @link https://github.com/Phauthentic
12+
* @license https://opensource.org/licenses/MIT MIT License
13+
*/
14+
315
declare(strict_types=1);
416

517
namespace Phauthentic\PHPStanRules\Architecture;

0 commit comments

Comments
 (0)