Commit 950fe0c
committed
Multiplier: Add missing param typehint to getValues
This fixes the following PHPStan errors:
280 Method Contributte\FormMultiplier\Multiplier::getValues() has parameter $returnType with no type specified.
290 No error to ignore is reported on line 290.
(cherry picked from commit 42e1ced)
We are not cherry-picking the nette/forms bump.
Fix coding style
(cherry picked from commit f7ebe4d)1 parent f2eae87 commit 950fe0c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
275 | 276 | | |
276 | 277 | | |
277 | | - | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments