Skip to content

Commit

Permalink
Fix webpack lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eerison committed Sep 2, 2022
1 parent 30915d6 commit e63ff3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/frontend.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "bootstrap";
@import 'bootstrap';
1 change: 0 additions & 1 deletion src/Model/TransformerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
* blocks: array<mixed>,
* }>,
* }
*
* @phpstan-type PageContent array{
* id: int|string|null,
* parent_id?: int|string|null,
Expand Down

0 comments on commit e63ff3f

Please sign in to comment.