Swagger\StaticAnalyser::analyseComment PHP Method

analyseComment() private method

private analyseComment ( Analysis $analysis, Analyser $analyser, string $comment, Context $context )
$analysis Analysis
$analyser Analyser
$comment string
$context Context
    private function analyseComment($analysis, $analyser, $comment, $context)
    {
        $analysis->addAnnotations($analyser->fromComment($comment, $context), $context);
    }