Skip to content

Commit 6cd4f01

Browse files
Upgraded phpoption
1 parent bfec35e commit 6cd4f01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^5.5.9 || ^7.0",
20-
"phpoption/phpoption": "^1.6",
20+
"phpoption/phpoption": "^1.7",
2121
"symfony/polyfill-ctype": "^1.9"
2222
},
2323
"require-dev": {

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ parameters:
88
- '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
99
- '#Method Dotenv\\Repository\\AbstractRepository::offset[a-zA-Z\(\)\$ ]* typehint specified.#'
1010
- '#Method Dotenv\\Loader\\Lines::getCharPairs\(\) should return array\(array\(string, string\|null\)\) but returns array\<int, mixed\>.#'
11+
- '#Unable to resolve the template type S in call to method PhpOption\\Option<mixed>::flatMap\(\)#'

0 commit comments

Comments
 (0)