Skip to content

Commit 42e1094

Browse files
committed
Add copyright, strict_types header
1 parent 1dc6708 commit 42e1094

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/bitExpert/PHPStan/Magento/Autoload/Autoloader.php

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

3+
/*
4+
* This file is part of the phpstan-magento package.
5+
*
6+
* (c) bitExpert AG
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
declare(strict_types=1);
12+
313
namespace bitExpert\PHPStan\Magento\Autoload;
414

515
interface Autoloader

tests/bitExpert/PHPStan/Magento/Autoload/RegistrationUnitTest.php

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

3+
/*
4+
* This file is part of the phpstan-magento package.
5+
*
6+
* (c) bitExpert AG
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
declare(strict_types=1);
12+
313
namespace bitExpert\PHPStan\Magento\Autoload;
414

515
use PHPStan\Cache\Cache;

0 commit comments

Comments
 (0)