Skip to content

Commit

Permalink
Move declare to first line
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 16, 2022
1 parent 787d7ab commit a06b254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/Config.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 Amp\CodeStyle;

Expand Down
4 changes: 1 addition & 3 deletions test/ConfigTest.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 Amp\CodeStyle;

Expand Down

0 comments on commit a06b254

Please sign in to comment.