Skip to content

Commit

Permalink
Remove file headers
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Jul 25, 2023
1 parent 7a261a8 commit fe79859
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 110 deletions.
4 changes: 0 additions & 4 deletions src/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/Adapter/AdapterOptions.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/Adapter/IgBinary.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/Adapter/Json.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/Adapter/JsonOptions.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/Adapter/PhpCode.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/Adapter/PhpSerialize.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/Adapter/PhpSerializeOptions.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions src/AdapterPluginManager.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer;
Expand Down
4 changes: 0 additions & 4 deletions src/AdapterPluginManagerFactory.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer;
Expand Down
4 changes: 0 additions & 4 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

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

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Exception;
Expand Down
4 changes: 0 additions & 4 deletions src/Exception/ExtensionNotLoadedException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Exception;
Expand Down
7 changes: 0 additions & 7 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Exception;

/**
* @used InvalidArgumentException
*/
class InvalidArgumentException extends \InvalidArgumentException implements
ExceptionInterface
{
Expand Down
7 changes: 0 additions & 7 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer\Exception;

/**
* @used RuntimeException
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
4 changes: 0 additions & 4 deletions src/Module.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer;
Expand Down
4 changes: 0 additions & 4 deletions src/Serializer.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace Laminas\Serializer;
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/IgBinaryTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace LaminasTest\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/JsonTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace LaminasTest\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/PhpCodeTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace LaminasTest\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions test/Adapter/PhpSerializeTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace LaminasTest\Serializer\Adapter;
Expand Down
4 changes: 0 additions & 4 deletions test/AdapterPluginManagerCompatibilityTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace LaminasTest\Serializer;
Expand Down
4 changes: 0 additions & 4 deletions test/AdapterPluginManagerFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace LaminasTest\Serializer;
Expand Down
5 changes: 1 addition & 4 deletions test/SerializerTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace LaminasTest\Serializer;
Expand All @@ -15,6 +11,7 @@
use Laminas\Serializer\AdapterPluginManager;
use Laminas\Serializer\Serializer;
use Laminas\ServiceManager\Exception\ServiceNotFoundException;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\TestCase;
use Psr\Container\ContainerInterface;

Expand Down
4 changes: 0 additions & 4 deletions test/TestAsset/Dummy.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @see https://github.com/laminas/laminas-serializer for the canonical source repository
*/

declare(strict_types=1);

namespace LaminasTest\Serializer\TestAsset;
Expand Down

0 comments on commit fe79859

Please sign in to comment.