Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 13, 2023
1 parent adce5b4 commit 9ec9625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/ViewInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public function getBasePath(): string;
*/
public function getDefaultExtension(): string;


/**
* Gets the fallback view file extension.
*
Expand Down
1 change: 1 addition & 0 deletions tests/ViewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use Yiisoft\View\Theme;
use Yiisoft\View\View;
use Yiisoft\View\ViewContextInterface;

use function crc32;
use function dechex;
use function file_put_contents;
Expand Down

0 comments on commit 9ec9625

Please sign in to comment.