Skip to content

Commit e63ff3f

Browse files
committed
Fix webpack lint
1 parent 30915d6 commit e63ff3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/scss/frontend.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import "bootstrap";
1+
@import 'bootstrap';

src/Model/TransformerInterface.php

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
* blocks: array<mixed>,
4242
* }>,
4343
* }
44-
*
4544
* @phpstan-type PageContent array{
4645
* id: int|string|null,
4746
* parent_id?: int|string|null,

0 commit comments

Comments
 (0)