Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove file headers #39

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/Collector/AbstractCollector.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\DeveloperTools\Collector;

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

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

namespace Laminas\DeveloperTools\Collector;

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

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

namespace Laminas\DeveloperTools\Collector;

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

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

namespace Laminas\DeveloperTools\Collector;

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

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

namespace Laminas\DeveloperTools\Collector;

use BjyProfiler\Db\Profiler\Profiler;
Expand Down
6 changes: 0 additions & 6 deletions src/Collector/EventCollectorInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\DeveloperTools\Collector;

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

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

namespace Laminas\DeveloperTools\Collector;

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

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

namespace Laminas\DeveloperTools\Collector;

use Laminas\Mvc\MvcEvent;
Expand Down
5 changes: 0 additions & 5 deletions src/Collector/MemoryCollector.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-developer-tools for the canonical source repository
* @copyright https://github.com/laminas/laminas-developer-tools/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-developer-tools/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\DeveloperTools\Collector;

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

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

namespace Laminas\DeveloperTools\Collector;

use Laminas\Mvc\MvcEvent;
Expand Down
5 changes: 0 additions & 5 deletions src/Collector/TimeCollector.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-developer-tools for the canonical source repository
* @copyright https://github.com/laminas/laminas-developer-tools/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-developer-tools/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\DeveloperTools\Collector;

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

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

namespace Laminas\DeveloperTools\Controller;

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

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

namespace Laminas\DeveloperTools\EventLogging;

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

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

namespace Laminas\DeveloperTools\EventLogging;

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

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

namespace Laminas\DeveloperTools\Exception;

class CollectorException extends \Exception implements ExceptionInterface
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-developer-tools for the canonical source repository
* @copyright https://github.com/laminas/laminas-developer-tools/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DeveloperTools\Exception;

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

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

namespace Laminas\DeveloperTools\Exception;

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

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

namespace Laminas\DeveloperTools\Exception;

class ParameterMissingException extends \Exception implements ExceptionInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/ProfilerException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\DeveloperTools\Exception;

class ProfilerException extends \Exception implements ExceptionInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/SerializableException.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\DeveloperTools\Exception;

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

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

namespace Laminas\DeveloperTools\Listener;

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

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

namespace Laminas\DeveloperTools\Listener;

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

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

namespace Laminas\DeveloperTools\Listener;

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

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

namespace Laminas\DeveloperTools\Listener;

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

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

namespace Laminas\DeveloperTools\Listener;

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

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

namespace Laminas\DeveloperTools\Listener;

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

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

namespace Laminas\DeveloperTools;

interface MatchInterface
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-developer-tools for the canonical source repository
* @copyright https://github.com/laminas/laminas-developer-tools/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace Laminas\DeveloperTools;

use BjyProfiler\Db\Adapter\ProfilingAdapter;
Expand Down
6 changes: 0 additions & 6 deletions src/Options.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\DeveloperTools;

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

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

namespace Laminas\DeveloperTools;

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

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

namespace Laminas\DeveloperTools;

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

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

namespace Laminas\DeveloperTools;

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

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

namespace Laminas\DeveloperTools;

interface ReportInterface
Expand Down
Loading