|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<files psalm-version="6.14.3@d0b040a91f280f071c1abcb1b77ce3822058725a"> |
| 2 | +<files psalm-version="6.15.1@28dc127af1b5aecd52314f6f645bafc10d0e11f9"> |
3 | 3 | <file src="src/Controller/BaseCrudController.php"> |
4 | 4 | <ArgumentTypeCoercion> |
5 | 5 | <code><![CDATA[$apply]]></code> |
|
84 | 84 | <code><![CDATA[$entityDto->getPrimaryKeyValue()]]></code> |
85 | 85 | <code><![CDATA[$field->getValue()]]></code> |
86 | 86 | </MixedArgument> |
| 87 | + <RedundantConditionGivenDocblockType> |
| 88 | + <code><![CDATA[invariant]]></code> |
| 89 | + </RedundantConditionGivenDocblockType> |
87 | 90 | </file> |
88 | 91 | <file src="src/Form/DataTransformer/EntityFieldDataTransformer.php"> |
89 | 92 | <MissingTemplateParam> |
|
108 | 111 | <code><![CDATA[$menuItemQueryString]]></code> |
109 | 112 | </PossiblyFalseArgument> |
110 | 113 | </file> |
111 | | - <file src="src/Orm/EntityRepository.php"> |
112 | | - <ArgumentTypeCoercion> |
113 | | - <code><![CDATA[$targetCrudControllerFqcn]]></code> |
114 | | - </ArgumentTypeCoercion> |
115 | | - <InvalidArrayAccess> |
116 | | - <code><![CDATA[$fieldMapping['type']]]></code> |
117 | | - <code><![CDATA[$fieldMapping['type']]]></code> |
118 | | - </InvalidArrayAccess> |
119 | | - <InvalidOperand> |
120 | | - <code><![CDATA[0 + $queryTerm]]></code> |
121 | | - </InvalidOperand> |
122 | | - <MixedArgument> |
123 | | - <code><![CDATA[$entityDto->getClassMetadata()->getAssociationMapping($sortProperty)['mappedBy']]]></code> |
124 | | - <code><![CDATA[$entityFqcn]]></code> |
125 | | - <code><![CDATA[$idClassName]]></code> |
126 | | - </MixedArgument> |
127 | | - <MixedArgumentTypeCoercion> |
128 | | - <code><![CDATA[$submittedData]]></code> |
129 | | - </MixedArgumentTypeCoercion> |
130 | | - <MixedMethodCall> |
131 | | - <code><![CDATA[getFqcn]]></code> |
132 | | - </MixedMethodCall> |
133 | | - <MixedOperand> |
134 | | - <code><![CDATA[$associationSortProperty]]></code> |
135 | | - </MixedOperand> |
136 | | - <MixedReturnTypeCoercion> |
137 | | - <code><![CDATA[$searchablePropertiesConfig]]></code> |
138 | | - <code><![CDATA[array<array{ |
139 | | - * entity_name: string, |
140 | | - * property_data_type: string, |
141 | | - * property_name: string, |
142 | | - * is_boolean: bool, |
143 | | - * is_small_integer: bool, |
144 | | - * is_integer: bool, |
145 | | - * is_numeric: bool, |
146 | | - * is_text: bool, |
147 | | - * is_guid: bool, |
148 | | - * is_ulid: bool, |
149 | | - * is_json: bool, |
150 | | - * }>]]></code> |
151 | | - </MixedReturnTypeCoercion> |
152 | | - <PossiblyNullReference> |
153 | | - <code><![CDATA[getRequest]]></code> |
154 | | - </PossiblyNullReference> |
155 | | - <PossiblyUndefinedMethod> |
156 | | - <code><![CDATA[getName]]></code> |
157 | | - </PossiblyUndefinedMethod> |
158 | | - <TypeDoesNotContainType> |
159 | | - <code><![CDATA[is_array($fieldMapping)]]></code> |
160 | | - <code><![CDATA[is_array($fieldMapping)]]></code> |
161 | | - </TypeDoesNotContainType> |
| 114 | + <file src="src/Orm/EntityPaginator.php"> |
| 115 | + <TooManyArguments> |
| 116 | + <code><![CDATA[getResultsAsJson]]></code> |
| 117 | + <code><![CDATA[getResultsAsJson]]></code> |
| 118 | + <code><![CDATA[getResultsAsJson]]></code> |
| 119 | + <code><![CDATA[getResultsAsJson]]></code> |
| 120 | + <code><![CDATA[getResultsAsJson]]></code> |
| 121 | + </TooManyArguments> |
162 | 122 | </file> |
163 | 123 | <file src="src/Test/Controller/AdminControllerWebTestCase.php"> |
164 | 124 | <InvalidArgument> |
|
0 commit comments