Skip to content

Commit

Permalink
dropped entries from baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Dec 17, 2024
1 parent 87646ea commit 19e0ee1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ parameters:
count: 1
path: src/bundle/Command/MigrateLegacyMatrixCommand.php

-
message: '#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:configure\(\) has no return type specified\.$#'
identifier: missingType.return
count: 1
path: src/bundle/Command/MigrateLegacyMatrixCommand.php

-
message: '#^Method Ibexa\\Bundle\\FieldTypeMatrix\\Command\\MigrateLegacyMatrixCommand\:\:convertCellsToRows\(\) has parameter \$cells with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
Expand Down Expand Up @@ -203,9 +197,3 @@ parameters:
identifier: isset.property
count: 1
path: tests/lib/LegacySetupFactory.php

-
message: '#^Access to an undefined property Ibexa\\Contracts\\Core\\Repository\\Values\\ValueObject\:\:\$id\.$#'
identifier: property.notFound
count: 1
path: tests/lib/Repository/SearchServiceTest.php

0 comments on commit 19e0ee1

Please sign in to comment.