Skip to content

Commit

Permalink
Merge pull request #5 from arueckauer/change/remove-file-headers
Browse files Browse the repository at this point in the history
Remove file headers
  • Loading branch information
samsonasik authored Nov 2, 2021
2 parents 440bc4e + f506285 commit 235585e
Show file tree
Hide file tree
Showing 63 changed files with 0 additions and 378 deletions.
6 changes: 0 additions & 6 deletions src/AliasResolver/AliasResolver.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

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

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

declare(strict_types=1);

namespace Laminas\ServiceManager\Inspector\Traverser;
Expand Down
Loading

0 comments on commit 235585e

Please sign in to comment.