Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
qa: apply new CS rules
- Applies automated fixes, primarily removing file-level docblocks

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Jun 2, 2021
commit 916e5d89b6742e845ffbab21de66a6a409636ef9
6 changes: 1 addition & 5 deletions config/module.config.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Laminas\ApiTools\Rpc;

Expand Down
6 changes: 1 addition & 5 deletions src/Factory/OptionsListenerFactory.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Laminas\ApiTools\Rpc\Factory;

Expand Down
6 changes: 1 addition & 5 deletions src/Factory/RpcControllerFactory.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Laminas\ApiTools\Rpc\Factory;

Expand Down
6 changes: 1 addition & 5 deletions src/Module.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Laminas\ApiTools\Rpc;

Expand Down
6 changes: 1 addition & 5 deletions src/OptionsListener.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Laminas\ApiTools\Rpc;

Expand Down
6 changes: 1 addition & 5 deletions src/ParameterMatcher.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Laminas\ApiTools\Rpc;

Expand Down
6 changes: 1 addition & 5 deletions src/RpcController.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace Laminas\ApiTools\Rpc;

Expand Down
6 changes: 1 addition & 5 deletions test/Factory/OptionsListenerFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace LaminasTest\ApiTools\Rpc\Factory;

Expand Down
6 changes: 1 addition & 5 deletions test/Factory/RpcControllerFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace LaminasTest\ApiTools\Rpc\Factory;

Expand Down
6 changes: 1 addition & 5 deletions test/Factory/TestAsset/Foo.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace LaminasTest\ApiTools\Rpc\Factory\TestAsset;

Expand Down
6 changes: 1 addition & 5 deletions test/Factory/TestAsset/Invokable.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php

/**
* @see https://github.com/laminas-api-tools/api-tools-rpc for the canonical source repository
* @copyright https://github.com/laminas-api-tools/api-tools-rpc/blob/master/COPYRIGHT.md
* @license https://github.com/laminas-api-tools/api-tools-rpc/blob/master/LICENSE.md New BSD License
*/
declare(strict_types=1);

namespace LaminasTest\ApiTools\Rpc\Factory\TestAsset;

Expand Down