Skip to content

Commit 0bb1496

Browse files
committed
Update PhpStorm stubs
1 parent d0ad47c commit 0bb1496

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"hoa/compiler": "3.17.08.08",
1515
"hoa/exception": "^1.0",
1616
"hoa/regex": "1.17.01.13",
17-
"jetbrains/phpstorm-stubs": "dev-master#e2e898a29929d2f520fe95bdb2109d8fa895ba4a",
17+
"jetbrains/phpstorm-stubs": "dev-master#ac879a1b675e381326d3f2a440b81af3c1a7a374",
1818
"nette/bootstrap": "^3.0",
1919
"nette/di": "^3.0.11",
2020
"nette/finder": "^2.5",

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/PHPStan/Reflection/ReflectionProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function dataFunctionThrowType(): iterable
4545

4646
yield [
4747
'random_int',
48-
new ObjectType('Exception'),
48+
new ObjectType('Random\RandomException'),
4949
];
5050
}
5151

0 commit comments

Comments
 (0)