Skip to content

Commit

Permalink
🪄 Code Style Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 authored and github-actions[bot] committed Nov 8, 2023
1 parent 576fada commit fef37f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Architecture/DataTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

test('data')
->expect('Saloon\XmlWrangler\Data')
->toBeClasses()
Expand Down
2 changes: 2 additions & 0 deletions tests/Architecture/ExceptionsTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

test('exceptions')
->expect('Saloon\XmlWrangler\Exceptions')
->toBeClasses()
Expand Down
2 changes: 2 additions & 0 deletions tests/Architecture/TraitsTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

test('traits')
->expect('Saloon\XmlWrangler\Traits')
->toBeTraits()
Expand Down

0 comments on commit fef37f0

Please sign in to comment.