Skip to content

Commit

Permalink
Merge pull request #18 from arueckauer/change/remove-file-headers
Browse files Browse the repository at this point in the history
Remove file headers
  • Loading branch information
boesing authored Sep 30, 2021
2 parents 4baa16f + 1e96074 commit 695d1a7
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 102 deletions.
6 changes: 0 additions & 6 deletions src/ArrayProvider.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ConfigAggregator;

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

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

namespace Laminas\ConfigAggregator;

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

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

namespace Laminas\ConfigAggregator;

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

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

namespace Laminas\ConfigAggregator;

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

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

namespace Laminas\ConfigAggregator;

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

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

namespace Laminas\ConfigAggregator;

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

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

namespace Laminas\ConfigAggregator;

use Laminas\Config\Factory as ConfigFactory;
Expand Down
6 changes: 0 additions & 6 deletions src/PhpFileProvider.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\ConfigAggregator;

/**
Expand Down
6 changes: 0 additions & 6 deletions test/ArrayProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ConfigAggregator;

use Laminas\ConfigAggregator\ArrayProvider;
Expand Down
6 changes: 0 additions & 6 deletions test/ConfigAggregatorTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ConfigAggregator;

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

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

namespace LaminasTest\ConfigAggregator;

use Laminas\ConfigAggregator\LaminasConfigProvider;
Expand Down
6 changes: 0 additions & 6 deletions test/PhpFileProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ConfigAggregator;

use Laminas\ConfigAggregator\PhpFileProvider;
Expand Down
6 changes: 0 additions & 6 deletions test/Resources/BarConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\ConfigAggregator\Resources;

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

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

namespace LaminasTest\ConfigAggregator\Resources;

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

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

namespace LaminasTest\ConfigAggregator\Resources;

class FooPostProcessor
Expand Down
6 changes: 0 additions & 6 deletions test/Resources/config/extra.local.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

return [
'vegetable' => 'potato',
];
6 changes: 0 additions & 6 deletions test/Resources/config/main.global.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

return [
'fruit' => 'banana',
'vegetable' => 'carrot',
Expand Down

0 comments on commit 695d1a7

Please sign in to comment.