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 f6f479f commit cb5fc31Copy full SHA for cb5fc31
generator/src/PhpStanFunctions/PhpStanFunction.php
@@ -21,7 +21,7 @@ class PhpStanFunction
21
public function __construct(array $signature)
22
{
23
if (count($signature) < 1) {
24
- throw new \RuntimeException('Invalid signoatures');
+ throw new \RuntimeException('Invalid signatures');
25
}
26
$this->returnType = new PhpStanType(\array_shift($signature));
27
foreach ($signature as $name => $type) {
0 commit comments