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 431dca8 commit fca50f7Copy full SHA for fca50f7
src/Analyser/TypeSpecifierContext.php
@@ -32,7 +32,7 @@ private function __construct(
32
private static function create(?int $value, ?Type $returnType = null): self
33
{
34
if ($returnType !== null) {
35
- // return type bound context is unique for each context and therefore not cachable
+ // return type bound context is unique for each context and therefore not cacheable
36
return new self($value, $returnType);
37
}
38
0 commit comments