Skip to content

Commit 274e766

Browse files
committed
Update PhpStorm stubs
1 parent 744306c commit 274e766

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"hoa/compiler": "3.17.08.08",
1616
"hoa/exception": "^1.0",
1717
"hoa/file": "1.17.07.11",
18-
"jetbrains/phpstorm-stubs": "dev-master#6c6bf204cbdf39006f12a6c923b8217444acd67f",
18+
"jetbrains/phpstorm-stubs": "dev-master#7385d3075dc365911c4a3168fa762de6aa4550c9",
1919
"nette/bootstrap": "^3.0",
2020
"nette/di": "^3.1.4",
2121
"nette/neon": "3.3.4",

Diff for: composer.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: tests/PHPStan/Reflection/ReflectionProviderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function dataMethodThrowType(): array
114114
[
115115
DateTime::class,
116116
'__construct',
117-
new ObjectType('DateMalformedStringException'),
117+
PHP_VERSION_ID >= 80300 ? new ObjectType('DateMalformedStringException') : new ObjectType('Exception'),
118118
],
119119
[
120120
DateTime::class,

0 commit comments

Comments
 (0)