Skip to content

Commit 8e345d5

Browse files
authored
Fix parameter type annotation in PHPSTAN patch
Typo
1 parent 51978cf commit 8e345d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vendor-patches/PHPSTAN-ZF1F.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
- * @param integer|float $value OPTIONAL Currency value
3232
- * @param array $options OPTIONAL options to set temporary
33-
+ * @param array<int|float|string $value OPTIONAL Currency value
33+
+ * @param array|int|float|string $value OPTIONAL Currency value
3434
+ * @param array $options OPTIONAL options to set temporary
3535
* @throws Zend_Currency_Exception When the value is not a number
3636
* @return string

0 commit comments

Comments
 (0)