Skip to content

Commit

Permalink
Update PhpStorm stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 20, 2023
1 parent caa0a5b commit 21b5365
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"hoa/compiler": "3.17.08.08",
"hoa/exception": "^1.0",
"hoa/regex": "1.17.01.13",
"jetbrains/phpstorm-stubs": "dev-master#077d371b23d38d7f6f039994bfb03732d7965fbc",
"jetbrains/phpstorm-stubs": "dev-master#8a355b57b126e9103249e394555c49b3ade3c38b",
"nette/bootstrap": "^3.0",
"nette/di": "^3.0.11",
"nette/finder": "^2.5",
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions resources/functionMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,9 @@
'ReflectionClassConstant::isPrivate' => ['hasSideEffects' => false],
'ReflectionClassConstant::isProtected' => ['hasSideEffects' => false],
'ReflectionClassConstant::isPublic' => ['hasSideEffects' => false],
'ReflectionEnumBackedCase::getBackingValue' => ['hasSideEffects' => false],
'ReflectionEnumUnitCase::getEnum' => ['hasSideEffects' => false],
'ReflectionEnumUnitCase::getValue' => ['hasSideEffects' => false],
'ReflectionExtension::getClassNames' => ['hasSideEffects' => false],
'ReflectionExtension::getClasses' => ['hasSideEffects' => false],
'ReflectionExtension::getConstants' => ['hasSideEffects' => false],
Expand Down

0 comments on commit 21b5365

Please sign in to comment.