Skip to content

Commit

Permalink
strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Aug 31, 2022
1 parent 3650353 commit d483293
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PipelineRelay.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Dakujem\Latter;

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

declare(strict_types=1);

namespace Dakujem\Latter;

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

declare(strict_types=1);

namespace Dakujem\Latter;

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

declare(strict_types=1);

namespace Dakujem\Latter;

use Closure;
Expand Down

0 comments on commit d483293

Please sign in to comment.