Skip to content

Commit

Permalink
Merge pull request #6 from ghostwriter/remove-file-headers
Browse files Browse the repository at this point in the history
Remove file headers
  • Loading branch information
boesing committed May 10, 2021
2 parents 567bf94 + 6af6db4 commit a2bfa86
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 60 deletions.
6 changes: 0 additions & 6 deletions src/ConfigProvider.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Paginator\Adapter\LaminasDb;

class ConfigProvider
Expand Down
6 changes: 0 additions & 6 deletions src/DbSelect.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Paginator\Adapter\LaminasDb;

use Laminas\Db\Adapter\Adapter;
Expand Down
6 changes: 0 additions & 6 deletions src/DbSelectFactory.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Paginator\Adapter\LaminasDb;

use Psr\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/DbTableGateway.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Paginator\Adapter\LaminasDb;

use Closure;
Expand Down
6 changes: 0 additions & 6 deletions src/DbTableGatewayFactory.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Paginator\Adapter\LaminasDb;

use Psr\Container\ContainerInterface;
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/ExceptionInterface.php
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace Laminas\Paginator\Adapter\LaminasDb\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Exception/ServiceNotCreatedException.php
@@ -1,11 +1,5 @@
<?php

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

declare(strict_types=1);

namespace Laminas\Paginator\Adapter\LaminasDb\Exception;
Expand Down
6 changes: 0 additions & 6 deletions src/Module.php
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Paginator\Adapter\LaminasDb;

class Module
Expand Down
6 changes: 0 additions & 6 deletions test/DbSelectTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\Paginator\Adapter\LaminasDb;

use Laminas\Db\Adapter\Adapter;
Expand Down
6 changes: 0 additions & 6 deletions test/DbTableGatewayTest.php
@@ -1,11 +1,5 @@
<?php

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

namespace LaminasTest\Paginator\Adapter\LaminasDb;

use Laminas\Db\Adapter\Adapter;
Expand Down

0 comments on commit a2bfa86

Please sign in to comment.