Skip to content

Commit

Permalink
Remove header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Nov 2, 2024
1 parent 08100b2 commit 17d37bc
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 99 deletions.
9 changes: 0 additions & 9 deletions lib/FactoryRenderer.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace olvlvl\SymfonyDependencyInjectionProxy;

use ReflectionClass;
Expand Down
9 changes: 0 additions & 9 deletions lib/InterfaceResolver.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace olvlvl\SymfonyDependencyInjectionProxy;

use Throwable;
Expand Down
9 changes: 0 additions & 9 deletions lib/InterfaceResolver/BasicInterfaceResolver.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace olvlvl\SymfonyDependencyInjectionProxy\InterfaceResolver;

use LogicException;
Expand Down
9 changes: 0 additions & 9 deletions lib/MethodRenderer.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace olvlvl\SymfonyDependencyInjectionProxy;

use ReflectionException;
Expand Down
9 changes: 0 additions & 9 deletions lib/ProxyDumper.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace olvlvl\SymfonyDependencyInjectionProxy;

use InvalidArgumentException;
Expand Down
9 changes: 0 additions & 9 deletions tests/FactoryRendererTest.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace tests\olvlvl\SymfonyDependencyInjectionProxy;

use olvlvl\SymfonyDependencyInjectionProxy\FactoryRenderer;
Expand Down
9 changes: 0 additions & 9 deletions tests/IntegrationTest.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace tests\olvlvl\SymfonyDependencyInjectionProxy;

use olvlvl\SymfonyDependencyInjectionProxy\ProxyDumper;
Expand Down
9 changes: 0 additions & 9 deletions tests/MethodRendererTest.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace tests\olvlvl\SymfonyDependencyInjectionProxy;

use olvlvl\SymfonyDependencyInjectionProxy\MethodRenderer;
Expand Down
9 changes: 0 additions & 9 deletions tests/cases/SampleInterfaceForMethodRenderer70.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace tests\olvlvl\SymfonyDependencyInjectionProxy\cases;

use ArrayAccess;
Expand Down
9 changes: 0 additions & 9 deletions tests/cases/SampleInterfaceForMethodRenderer72.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace tests\olvlvl\SymfonyDependencyInjectionProxy\cases;

interface SampleInterfaceForMethodRenderer72
Expand Down
9 changes: 0 additions & 9 deletions tests/cases/SampleInterfaceForMethodRenderer80.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the olvlvl/symfony-dependency-injection-proxy package.
*
* (c) Olivier Laviale <olivier.laviale@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace tests\olvlvl\SymfonyDependencyInjectionProxy\cases;

interface SampleInterfaceForMethodRenderer80
Expand Down

0 comments on commit 17d37bc

Please sign in to comment.