PHP Класс Google\Cloud\Dev\DocBlockStripSpaces

Наследование: extends phpDocumentor\Reflection\DocBlock
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
cleanInput ( string $comment, integer $spaces = 4 ) : string Strips extra whitespace from the DocBlock comment.

Описание методов

cleanInput() публичный Метод

Strips extra whitespace from the DocBlock comment.
public cleanInput ( string $comment, integer $spaces = 4 ) : string
$comment string String containing the comment text.
$spaces integer The number of spaces to strip.
Результат string