We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa9754 commit f48a3f5Copy full SHA for f48a3f5
bin/generate-function-metadata.php
@@ -42,7 +42,7 @@ public function enterNode(Node $node)
42
continue;
43
}
44
45
- // PhpStorm stub's #[Pure(true)] mean sthe function has side effects but its return value is important.
+ // PhpStorm stub's #[Pure(true)] means the function has side effects but its return value is important.
46
// In PHPStan's criteria, these functions are simply considered as ['hasSideEffect' => true].
47
if (isset($attr->args[0]->value->name->name) && $attr->args[0]->value->name->name === 'true') {
48
$this->impureFunctions[] = $functionName;
0 commit comments