Skip to content

Commit 17d37bc

Browse files
committed
Remove header comments
1 parent 08100b2 commit 17d37bc

11 files changed

+0
-99
lines changed

lib/FactoryRenderer.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace olvlvl\SymfonyDependencyInjectionProxy;
134

145
use ReflectionClass;

lib/InterfaceResolver.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace olvlvl\SymfonyDependencyInjectionProxy;
134

145
use Throwable;

lib/InterfaceResolver/BasicInterfaceResolver.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace olvlvl\SymfonyDependencyInjectionProxy\InterfaceResolver;
134

145
use LogicException;

lib/MethodRenderer.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace olvlvl\SymfonyDependencyInjectionProxy;
134

145
use ReflectionException;

lib/ProxyDumper.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace olvlvl\SymfonyDependencyInjectionProxy;
134

145
use InvalidArgumentException;

tests/FactoryRendererTest.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace tests\olvlvl\SymfonyDependencyInjectionProxy;
134

145
use olvlvl\SymfonyDependencyInjectionProxy\FactoryRenderer;

tests/IntegrationTest.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace tests\olvlvl\SymfonyDependencyInjectionProxy;
134

145
use olvlvl\SymfonyDependencyInjectionProxy\ProxyDumper;

tests/MethodRendererTest.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace tests\olvlvl\SymfonyDependencyInjectionProxy;
134

145
use olvlvl\SymfonyDependencyInjectionProxy\MethodRenderer;

tests/cases/SampleInterfaceForMethodRenderer70.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace tests\olvlvl\SymfonyDependencyInjectionProxy\cases;
134

145
use ArrayAccess;

tests/cases/SampleInterfaceForMethodRenderer72.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace tests\olvlvl\SymfonyDependencyInjectionProxy\cases;
134

145
interface SampleInterfaceForMethodRenderer72

tests/cases/SampleInterfaceForMethodRenderer80.php

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

3-
/*
4-
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
5-
*
6-
* (c) Olivier Laviale <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace tests\olvlvl\SymfonyDependencyInjectionProxy\cases;
134

145
interface SampleInterfaceForMethodRenderer80

0 commit comments

Comments
 (0)