Skip to content

Commit fca50f7

Browse files
committed
Update TypeSpecifierContext.php
1 parent 431dca8 commit fca50f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/TypeSpecifierContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private function __construct(
3232
private static function create(?int $value, ?Type $returnType = null): self
3333
{
3434
if ($returnType !== null) {
35-
// return type bound context is unique for each context and therefore not cachable
35+
// return type bound context is unique for each context and therefore not cacheable
3636
return new self($value, $returnType);
3737
}
3838

0 commit comments

Comments
 (0)