Skip to content

Commit

Permalink
Adjust code style in test files
Browse files Browse the repository at this point in the history
An unnecessary line break was removed in two test files (NameFixTest.php and IsValidDateTest.php) to align with the PER coding standard. This ensures consistency and readability throughout the tests.
  • Loading branch information
MarjovanLier committed Jan 7, 2024
1 parent c972033 commit ab650a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/Unit/IsValidDateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace MarjovanLier\StringManipulation\Tests\Unit;


use MarjovanLier\StringManipulation\StringManipulation;
use PHPUnit\Framework\TestCase;

Expand Down
1 change: 0 additions & 1 deletion tests/Unit/NameFixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace MarjovanLier\StringManipulation\Tests\Unit;


use MarjovanLier\StringManipulation\StringManipulation;
use PHPUnit\Framework\TestCase;

Expand Down

0 comments on commit ab650a5

Please sign in to comment.