Skip to content

Commit 37a8d01

Browse files
committed
Fix
1 parent f2cb120 commit 37a8d01

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

phpstan-baseline.neon

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Property Storyblok\\\\Tiptap\\\\Node\\\\Blok\\:\\:\\$name has no type specified\\.$#"
5+
count: 1
6+
path: src/Node/Blok.php
7+
8+
-
9+
message: "#^Property Storyblok\\\\Tiptap\\\\Node\\\\BulletList\\:\\:\\$name has no type specified\\.$#"
10+
count: 1
11+
path: src/Node/BulletList.php
12+
13+
-
14+
message: "#^Property Storyblok\\\\Tiptap\\\\Node\\\\CodeBlock\\:\\:\\$name has no type specified\\.$#"
15+
count: 1
16+
path: src/Node/CodeBlock.php
17+
18+
-
19+
message: "#^Property Storyblok\\\\Tiptap\\\\Node\\\\ListItem\\:\\:\\$name has no type specified\\.$#"
20+
count: 1
21+
path: src/Node/ListItem.php
22+
23+
-
24+
message: "#^Property Storyblok\\\\Tiptap\\\\Node\\\\OrderedList\\:\\:\\$name has no type specified\\.$#"
25+
count: 1
26+
path: src/Node/OrderedList.php

0 commit comments

Comments
 (0)