| D | Method.php | 46 $static = false, argument 50 Assert::boolean($static); 59 $this->isStatic = $static; 125 list(, $static, $returnType, $methodName, $arguments, $description) = $matches; 127 $static = $static === 'static'; 158 return new static($methodName, $arguments, $returnType, $static, $description);
|