Skip to content

Commit a4b768e

Browse files
committed
[PHPStan] Removed resolved issues from the baseline
1 parent f059124 commit a4b768e

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
@@ -9546,36 +9534,12 @@ parameters:
95469534
count: 1
95479535
path: tests/lib/EventListener/ContentProxyCreateDraftListenerTest.php
95489536

9549-
-
9550-
message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertNull\(\) with null will always evaluate to true\.$#'
9551-
identifier: staticMethod.alreadyNarrowedType
9552-
count: 2
9553-
path: tests/lib/EventListener/SetViewParametersListenerTest.php
9554-
95559537
-
95569538
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\.$#'
95579539
identifier: return.type
95589540
count: 1
95599541
path: tests/lib/EventListener/SetViewParametersListenerTest.php
95609542

9561-
-
9562-
message: '#^Property Ibexa\\Tests\\AdminUi\\EventListener\\SetViewParametersListenerTest\:\:\$event is never read, only written\.$#'
9563-
identifier: property.onlyWritten
9564-
count: 1
9565-
path: tests/lib/EventListener/SetViewParametersListenerTest.php
9566-
9567-
-
9568-
message: '#^Result of method Ibexa\\AdminUi\\EventListener\\SetViewParametersListener\:\:setContentEditViewTemplateParameters\(\) \(void\) is used\.$#'
9569-
identifier: method.void
9570-
count: 1
9571-
path: tests/lib/EventListener/SetViewParametersListenerTest.php
9572-
9573-
-
9574-
message: '#^Result of method Ibexa\\AdminUi\\EventListener\\SetViewParametersListener\:\:setUserUpdateViewTemplateParameters\(\) \(void\) is used\.$#'
9575-
identifier: method.void
9576-
count: 1
9577-
path: tests/lib/EventListener/SetViewParametersListenerTest.php
9578-
95799543
-
95809544
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\Data\\AbstractFormDataValidationTestCase\:\:getForm\(\) return type with generic interface Symfony\\Component\\Form\\FormInterface does not specify its types\: TData$#'
95819545
identifier: missingType.generics
@@ -9906,42 +9870,6 @@ parameters:
99069870
count: 1
99079871
path: tests/lib/Form/DataMapper/SelectionCreateMapperTest.php
99089872

9909-
-
9910-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:createData\(\) has parameter \$properties with no value type specified in iterable type array\.$#'
9911-
identifier: missingType.iterableValue
9912-
count: 1
9913-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9914-
9915-
-
9916-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:createStruct\(\) has parameter \$properties with no value type specified in iterable type array\.$#'
9917-
identifier: missingType.iterableValue
9918-
count: 1
9919-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9920-
9921-
-
9922-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:dataProvider\(\) return type has no value type specified in iterable type array\.$#'
9923-
identifier: missingType.iterableValue
9924-
count: 1
9925-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9926-
9927-
-
9928-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:testMap\(\) has parameter \$properties with no value type specified in iterable type array\.$#'
9929-
identifier: missingType.iterableValue
9930-
count: 1
9931-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9932-
9933-
-
9934-
message: '#^Method Ibexa\\Tests\\AdminUi\\Form\\DataMapper\\SelectionUpdateMapperTest\:\:testReverseMap\(\) has parameter \$properties with no value type specified in iterable type array\.$#'
9935-
identifier: missingType.iterableValue
9936-
count: 1
9937-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9938-
9939-
-
9940-
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\.$#'
9941-
identifier: argument.type
9942-
count: 1
9943-
path: tests/lib/Form/DataMapper/SelectionUpdateMapperTest.php
9944-
99459873
-
99469874
message: '#^Call to method Ibexa\\AdminUi\\Form\\DataTransformer\\ContentInfoTransformer\:\:transform\(\) on a separate line has no effect\.$#'
99479875
identifier: method.resultUnused
@@ -10068,12 +9996,6 @@ parameters:
100689996
count: 1
100699997
path: tests/lib/Menu/ReorderByOrderNumberListenerTest.php
100709998

10071-
-
10072-
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\.$#'
10073-
identifier: assign.propertyType
10074-
count: 2
10075-
path: tests/lib/Pagination/Pagerfanta/TrashItemAdapterTest.php
10076-
100779999
-
1007810000
message: '#^Method Ibexa\\Tests\\AdminUi\\Permission\\PermissionCheckerTest\:\:restrictionsProvider\(\) return type has no value type specified in iterable type array\.$#'
1007910001
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)