fix: phpstan return type

This commit is contained in:
Younes ENNAJI
2024-10-20 15:05:07 +01:00
parent 1da1392670
commit cf3943bc08
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1967,7 +1967,7 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
"dev": true,
"extraneous": true,
"inBundle": true,
"license": "MIT",
"engines": {
+1 -1
View File
@@ -46,7 +46,7 @@ interface Repository
* ($key is 'flasher.plugins' ? array<string, PluginType> :
* ($key is 'flasher.flash_bag' ? array<string, string[]> :
* ($key is 'flasher.excluded_paths' ? list<non-empty-string> :
* mixed)))))))
* mixed))))))))
*/
public function get(string|array $key, mixed $default = null): mixed;
}