Skip to content

Commit

Permalink
Coding style: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Dec 7, 2023
1 parent 205e60f commit 424561b
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Icon.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Inteve\Icons;


Expand Down
2 changes: 2 additions & 0 deletions src/ImgIcons.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Inteve\Icons;


Expand Down
2 changes: 2 additions & 0 deletions src/InlineStyleIcons.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Inteve\Icons;


Expand Down
2 changes: 2 additions & 0 deletions src/InlineSvgIcons.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Inteve\Icons;


Expand Down
2 changes: 2 additions & 0 deletions src/PrefixedIcons.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Inteve\Icons;

use Nette\Utils\Strings;
Expand Down
2 changes: 2 additions & 0 deletions src/WrappedIcons.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Inteve\Icons;


Expand Down
2 changes: 2 additions & 0 deletions src/exceptions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Inteve\Icons;


Expand Down
2 changes: 2 additions & 0 deletions tests/Icons/icons.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

use Inteve\Icons;
use Tester\Assert;

Expand Down
1 change: 0 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ function prepareTempDir()

return $tempDir;
}

0 comments on commit 424561b

Please sign in to comment.