Skip to content

Commit

Permalink
Merge pull request #32 from ghostwriter/remove-file-headers
Browse files Browse the repository at this point in the history
Remove file headers
  • Loading branch information
boesing authored May 10, 2021
2 parents db8f311 + 21758e2 commit 223d81c
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 305 deletions.
5 changes: 0 additions & 5 deletions .docheader

This file was deleted.

6 changes: 0 additions & 6 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
"php": "8.0",
"dependencies": "latest"
}
},
{
"name": "License check",
"job": {
"command": "./vendor/bin/docheader check src/"
}
}
]
}
6 changes: 0 additions & 6 deletions src/Collection.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller;

use ArrayAccess;
Expand Down
6 changes: 0 additions & 6 deletions src/ComponentInstaller.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller;

use ArrayObject;
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller;

use Laminas\ComponentInstaller\ConfigDiscovery\DiscoveryInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/AbstractDiscovery.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

use function file_get_contents;
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/ApplicationConfig.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

class ApplicationConfig extends AbstractDiscovery
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/ConfigAggregator.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

use function preg_quote;
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/DevelopmentConfig.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

class DevelopmentConfig extends ApplicationConfig
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/DevelopmentWorkConfig.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

class DevelopmentWorkConfig extends ApplicationConfig
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/DiscoveryChain.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

use Laminas\ComponentInstaller\Collection;
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/DiscoveryChainInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

interface DiscoveryChainInterface
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/DiscoveryInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

interface DiscoveryInterface
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/MezzioConfig.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

use function preg_quote;
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigDiscovery/ModulesConfig.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\ConfigDiscovery;

class ModulesConfig extends AbstractDiscovery
Expand Down
6 changes: 0 additions & 6 deletions src/ConfigOption.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller;

class ConfigOption
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Exception;

class RuntimeException extends \RuntimeException
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/AbstractInjector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

use Laminas\ComponentInstaller\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/ApplicationConfigInjector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

class ApplicationConfigInjector extends AbstractInjector
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/ConditionalDiscoveryTrait.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

use function str_replace;
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/ConfigAggregatorInjector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

use Laminas\ComponentInstaller\ConfigDiscovery\ConfigAggregator as ConfigAggregatorDiscovery;
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/ConfigInjectorChain.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

use Laminas\ComponentInstaller\Collection;
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/DevelopmentConfigInjector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

class DevelopmentConfigInjector extends ApplicationConfigInjector
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/DevelopmentWorkConfigInjector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

class DevelopmentWorkConfigInjector extends ApplicationConfigInjector
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/InjectorInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

use Laminas\ComponentInstaller\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/MezzioConfigInjector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

use Laminas\ComponentInstaller\ConfigDiscovery\MezzioConfig as MezzioConfigDiscovery;
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/ModulesConfigInjector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

class ModulesConfigInjector extends AbstractInjector
Expand Down
6 changes: 0 additions & 6 deletions src/Injector/NoopInjector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\ComponentInstaller\Injector;

class NoopInjector implements InjectorInterface
Expand Down
6 changes: 0 additions & 6 deletions src/PackageProvider/ComposerV1.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Laminas\ComponentInstaller\PackageProvider;
Expand Down
6 changes: 0 additions & 6 deletions src/PackageProvider/ComposerV2.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Laminas\ComponentInstaller\PackageProvider;
Expand Down
6 changes: 0 additions & 6 deletions src/PackageProvider/PackageProviderDetectionFactory.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Laminas\ComponentInstaller\PackageProvider;
Expand Down
6 changes: 0 additions & 6 deletions src/PackageProvider/PackageProviderDetectionInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace Laminas\ComponentInstaller\PackageProvider;
Expand Down
6 changes: 0 additions & 6 deletions test/AbstractQuestionAssertion.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-component-installer for the canonical source repository
* @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);

namespace LaminasTest\ComponentInstaller;
Expand Down
Loading

0 comments on commit 223d81c

Please sign in to comment.