Skip to content

Commit f48a3f5

Browse files
committed
fix
1 parent 4fa9754 commit f48a3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/generate-function-metadata.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function enterNode(Node $node)
4242
continue;
4343
}
4444

45-
// PhpStorm stub's #[Pure(true)] mean sthe function has side effects but its return value is important.
45+
// PhpStorm stub's #[Pure(true)] means the function has side effects but its return value is important.
4646
// In PHPStan's criteria, these functions are simply considered as ['hasSideEffect' => true].
4747
if (isset($attr->args[0]->value->name->name) && $attr->args[0]->value->name->name === 'true') {
4848
$this->impureFunctions[] = $functionName;

0 commit comments

Comments
 (0)