Skip to content

Commit b689886

Browse files
authored
fix: PHPStan baseline (#40)
1 parent 2ec53f8 commit b689886

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -161,39 +161,3 @@ parameters:
161161
identifier: method.nonObject
162162
count: 1
163163
path: tests/Unit/Domain/Value/AssetTest.php
164-
165-
-
166-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertEmpty\(\) with Storyblok\\Api\\Domain\\Value\\Field\\FieldCollection will always evaluate to false\.$#'
167-
identifier: staticMethod.impossibleType
168-
count: 2
169-
path: tests/Unit/Domain/Value/Field/FieldCollectionTest.php
170-
171-
-
172-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertEmpty\(\) with Storyblok\\Api\\Domain\\Value\\Filter\\FilterCollection will always evaluate to false\.$#'
173-
identifier: staticMethod.impossibleType
174-
count: 2
175-
path: tests/Unit/Domain/Value/Filter/FilterCollectionTest.php
176-
177-
-
178-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertEmpty\(\) with Storyblok\\Api\\Domain\\Value\\IdCollection will always evaluate to false\.$#'
179-
identifier: staticMethod.impossibleType
180-
count: 2
181-
path: tests/Unit/Domain/Value/IdCollectionTest.php
182-
183-
-
184-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertEmpty\(\) with Storyblok\\Api\\Domain\\Value\\Resolver\\RelationCollection will always evaluate to false\.$#'
185-
identifier: staticMethod.impossibleType
186-
count: 2
187-
path: tests/Unit/Domain/Value/Resolver/RelationCollectionTest.php
188-
189-
-
190-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertEmpty\(\) with Storyblok\\Api\\Domain\\Value\\Slug\\SlugCollection will always evaluate to false\.$#'
191-
identifier: staticMethod.impossibleType
192-
count: 2
193-
path: tests/Unit/Domain/Value/Slug/SlugCollectionTest.php
194-
195-
-
196-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertEmpty\(\) with Storyblok\\Api\\Domain\\Value\\Tag\\TagCollection will always evaluate to false\.$#'
197-
identifier: staticMethod.impossibleType
198-
count: 2
199-
path: tests/Unit/Domain/Value/Tag/TagCollectionTest.php

0 commit comments

Comments
 (0)