getAnnotationsOfType(Operation::class); foreach ($allOperations as $operation) { if ($operation->summary === UNDEFINED) { $operation->summary = $operation->_context->phpdocSummary(); } if ($operation->description === UNDEFINED) { $operation->description = $operation->_context->phpdocDescription(); } } } }