Skip to content

Commit 96d2bea

Browse files
committed
[PHPStan] Removed resolved issues from the baseline
1 parent 2b1d81e commit 96d2bea

File tree

1 file changed

+0
-78
lines changed

1 file changed

+0
-78
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -4218,18 +4218,6 @@ parameters:
42184218
count: 1
42194219
path: src/lib/Form/Data/Search/TrashSearchData.php
42204220

4221-
-
4222-
message: '#^PHPDoc tag @param for parameter \$section with type mixed is not subtype of native type Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Section\|null\.$#'
4223-
identifier: parameter.phpDocType
4224-
count: 1
4225-
path: src/lib/Form/Data/Section/SectionUpdateData.php
4226-
4227-
-
4228-
message: '#^PHPDoc tag @return with type mixed is not subtype of native type Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Section\|null\.$#'
4229-
identifier: return.phpDocType
4230-
count: 1
4231-
path: src/lib/Form/Data/Section/SectionUpdateData.php
4232-
42334221
-
42344222
message: '#^Cannot access property \$path on Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Location\|false\.$#'
42354223
identifier: property.nonObject
@@ -9504,36 +9492,12 @@ parameters:
95049492
count: 1
95059493
path: tests/lib/EventListener/ContentProxyCreateDraftListenerTest.php
95069494

9507-
-
9508-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertNull\(\) with null will always evaluate to true\.$#'
9509-
identifier: staticMethod.alreadyNarrowedType
9510-
count: 2
9511-
path: tests/lib/EventListener/SetViewParametersListenerTest.php
9512-
95139495
-
95149496
message: '#^Method Ibexa\\Tests\\AdminUi\\EventListener\\SetViewParametersListenerTest\:\:createFieldMock\(\) should return Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Field&PHPUnit\\Framework\\MockObject\\MockObject but returns PHPUnit\\Framework\\MockObject\\MockObject&Symfony\\Component\\Form\\FormInterface\.$#'
95159497
identifier: return.type
95169498
count: 1
95179499
path: tests/lib/EventListener/SetViewParametersListenerTest.php
95189500

9519-
-
9520-
message: '#^Property Ibexa\\Tests\\AdminUi\\EventListener\\SetViewParametersListenerTest\:\:\$event is never read, only written\.$#'
9521-
identifier: property.onlyWritten
9522-
count: 1
9523-
path: tests/lib/EventListener/SetViewParametersListenerTest.php
9524-
9525-
-
9526-
message: '#^Result of method Ibexa\\AdminUi\\EventListener\\SetViewParametersListener\:\:setContentEditViewTemplateParameters\(\) \(void\) is used\.$#'
9527-
identifier: method.void
9528-
count: 1
9529-
path: tests/lib/EventListener/SetViewParametersListenerTest.php
9530-
9531-
-
9532-
message: '#^Result of method Ibexa\\AdminUi\\EventListener\\SetViewParametersListener\:\:setUserUpdateViewTemplateParameters\(\) \(void\) is used\.$#'
9533-
identifier: method.void
9534-
count: 1
9535-
path: tests/lib/EventListener/SetViewParametersListenerTest.php
9536-
95379501
-
95389502
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\Data\\AbstractFormDataValidationTestCase\:\:getForm\(\) return type with generic interface Symfony\\Component\\Form\\FormInterface does not specify its types\: TData$#'
95399503
identifier: missingType.generics
@@ -9864,42 +9828,6 @@ parameters:
98649828
count: 1
98659829
path: tests/lib/Form/DataMapper/SelectionCreateMapperTest.php
98669830

9867-
-
9868-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:createData\(\) has parameter \$properties with no value type specified in iterable type array\.$#'
9869-
identifier: missingType.iterableValue
9870-
count: 1
9871-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9872-
9873-
-
9874-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:createStruct\(\) has parameter \$properties with no value type specified in iterable type array\.$#'
9875-
identifier: missingType.iterableValue
9876-
count: 1
9877-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9878-
9879-
-
9880-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:dataProvider\(\) return type has no value type specified in iterable type array\.$#'
9881-
identifier: missingType.iterableValue
9882-
count: 1
9883-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9884-
9885-
-
9886-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:testMap\(\) has parameter \$properties with no value type specified in iterable type array\.$#'
9887-
identifier: missingType.iterableValue
9888-
count: 1
9889-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9890-
9891-
-
9892-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:testReverseMap\(\) has parameter \$properties with no value type specified in iterable type array\.$#'
9893-
identifier: missingType.iterableValue
9894-
count: 1
9895-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9896-
9897-
-
9898-
message: '#^Parameter \#1 \$data of method Ibexa\\AdminUi\\Form\\DataMapper\\SectionUpdateMapper\:\:reverseMap\(\) expects Ibexa\\AdminUi\\Form\\Data\\Section\\SectionUpdateData, Ibexa\\AdminUi\\Form\\Data\\Language\\LanguageCreateData given\.$#'
9899-
identifier: argument.type
9900-
count: 1
9901-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9902-
99039831
-
99049832
message: '#^Call to method Ibexa\\AdminUi\\Form\\DataTransformer\\ContentInfoTransformer\:\:transform\(\) on a separate line has no effect\.$#'
99059833
identifier: method.resultUnused
@@ -10026,12 +9954,6 @@ parameters:
100269954
count: 1
100279955
path: tests/lib/Menu/ReorderByOrderNumberListenerTest.php
100289956

10029-
-
10030-
message: '#^Property Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Query\:\:\$sortClauses \(array\<Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Query\\SortClause\>\) does not accept Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Query\\SortClause&PHPUnit\\Framework\\MockObject\\MockObject\.$#'
10031-
identifier: assign.propertyType
10032-
count: 2
10033-
path: tests/lib/Pagination/Pagerfanta/TrashItemAdapterTest.php
10034-
100359957
-
100369958
message: '#^Method Ibexa\\Tests\\AdminUi\\Permission\\PermissionCheckerTest\:\:restrictionsProvider\(\) return type has no value type specified in iterable type array\.$#'
100379959
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)