Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
BibaltiK committed Jan 23, 2024
1 parent 9b1c889 commit 4cc3419
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions src/App/Table/AbstractTable.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php

declare(strict_types=1);
<?php declare(strict_types=1);

namespace App\Table;

Expand Down
3 changes: 1 addition & 2 deletions src/App/Table/ParticipantTable.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);

namespace App\Table;

Expand Down
4 changes: 1 addition & 3 deletions tests/Unit/App/Table/ParticipantTableTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php

declare(strict_types=1);
<?php declare(strict_types=1);

namespace Test\Unit\App\Table;

Expand Down
3 changes: 1 addition & 2 deletions tests/Unit/Mock/Table/MockParticipantTable.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);

namespace Test\Unit\Mock\Table;

Expand Down

0 comments on commit 4cc3419

Please sign in to comment.