Skip to content

Commit

Permalink
Merge pull request #15 from arueckauer/change/remove-file-headers
Browse files Browse the repository at this point in the history
Remove file headers
  • Loading branch information
weierophinney authored Oct 1, 2021
2 parents 4f47152 + c2aca27 commit 6b0b98d
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 138 deletions.
6 changes: 0 additions & 6 deletions src/AbstractAdapter.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

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

namespace Laminas\Captcha;

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

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

namespace Laminas\Captcha;

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

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

namespace Laminas\Captcha;

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

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

namespace Laminas\Captcha;

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

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

namespace Laminas\Captcha\Exception;

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

namespace Laminas\Captcha\Exception;

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

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

namespace Laminas\Captcha\Exception;

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

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

namespace Laminas\Captcha\Exception;

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

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

namespace Laminas\Captcha\Exception;

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

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

namespace Laminas\Captcha\Exception;

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

namespace Laminas\Captcha\Exception;

class RuntimeException extends \RuntimeException implements ExceptionInterface
Expand Down
6 changes: 0 additions & 6 deletions src/Factory.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php // phpcs:disable Generic.NamingConventions.ConstructorName.OldStyle,WebimpressCodingStandard.NamingConventions.AbstractClass.Prefix

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

namespace Laminas\Captcha;

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

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

namespace Laminas\Captcha;

use Laminas\Text\Figlet\Figlet as FigletManager;
Expand Down
6 changes: 0 additions & 6 deletions src/Image.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php // phpcs:disable WebimpressCodingStandard.NamingConventions.ValidVariableName.NotCamelCaps

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

namespace Laminas\Captcha;

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

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

namespace Laminas\Captcha;

use Laminas\ReCaptcha\ReCaptcha as ReCaptchaService;
Expand Down
6 changes: 0 additions & 6 deletions test/CommonWordTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php // phpcs:disable WebimpressCodingStandard.NamingConventions.AbstractClass.Prefix

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

namespace LaminasTest\Captcha;

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

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

namespace LaminasTest\Captcha;

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

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

namespace LaminasTest\Captcha;

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

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

namespace LaminasTest\Captcha;

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

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

namespace LaminasTest\Captcha;

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

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

namespace LaminasTest\Captcha;

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

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

namespace LaminasTest\Captcha\TestAsset;

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

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

namespace LaminasTest\Captcha\TestAsset;

class SessionContainer
Expand Down

0 comments on commit 6b0b98d

Please sign in to comment.