Skip to content

Commit 48d485a

Browse files
committed
Copyright declaration
1 parent 0fccc90 commit 48d485a

10 files changed

Lines changed: 46 additions & 1 deletion

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"php-http/mock-client": "^1.6",
4848
"phpunit/phpunit": "^11.5",
4949
"psy/psysh": "*",
50-
"sandfox.dev/code-standard": "^1.2025.06.29",
50+
"sandfox.dev/code-standard": "^1.2025.09.17",
5151
"squizlabs/php_codesniffer": "*",
5252
"symfony/cache": "^7.3",
5353
"vimeo/psalm": "^6.12"

src/Fixer/AccessKeyType.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services\Fixer;

src/FixerService.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services;

tests/ConversionTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services\Tests;

tests/CurrentRatesTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services\Tests;

tests/EdgeCasesTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services\Tests;

tests/Helpers/MockClient.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services\Tests\Helpers;

tests/HistoricalRatesTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services\Tests;

tests/SupportTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services\Tests;

tests/UserAgentTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright 2025 Anton Smirnov
5+
* @license MIT https://spdx.org/licenses/MIT.html
6+
*/
7+
38
declare(strict_types=1);
49

510
namespace Peso\Services\Tests;

0 commit comments

Comments
 (0)