Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Feb 24, 2025
1 parent e382c85 commit 98fddce
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 55 deletions.
2 changes: 1 addition & 1 deletion config/last_modified.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
12 changes: 1 addition & 11 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
~
~ @author Andrey Helldar <helldar@ai-rus.com>
~
~ @copyright 2024 Andrey Helldar
~ @copyright 2025 Andrey Helldar
~
~ @license MIT
~
Expand All @@ -30,16 +30,6 @@
stopOnFailure="false"
verbose="true"
>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
<report>
<clover outputFile="build/logs/clover.xml"/>
<html outputDirectory="build/logs/coverage"/>
<text outputFile="build/logs/coverage.txt"/>
</report>
</coverage>
<php>
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>
<env name="APP_URL" value="http://localhost"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Concerns/Cacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Concerns/Urlable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Constants/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Middlewares/CheckLastModified.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Services/LastModified.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Processors/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Processors/ToDelete.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Processors/ToUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Concerns/Asserts.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Concerns/Fakeable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Concerns/Requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Concerns/Urlable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Middlewares/CheckLastModifiedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Resources/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Services/CheckerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Services/LastModified/ToDeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Services/LastModified/ToUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Services/Processors/ToDeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Services/Processors/ToUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Support/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/Support/UrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenDisabled/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Middlewares/CheckLastModifiedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Resources/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Services/CheckerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Services/LastModified/ToDeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Services/LastModified/ToUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Services/Processors/ToDeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Services/Processors/ToUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Support/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/Support/UrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/WhenEnabled/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrey Helldar <helldar@ai-rus.com>
*
* @copyright 2024 Andrey Helldar
* @copyright 2025 Andrey Helldar
*
* @license MIT
*
Expand Down
Loading

0 comments on commit 98fddce

Please sign in to comment.