Guides

Deprecated

Table of Contents

guides/src/Handlers/ParseDirectoryCommand.php
guides/src/Nodes/Lists/ListItem.php
guides-cli/src/Command/Run.php
guides-restructured-text/src/RestructuredText/MarkupLanguageParser.php
guides-restructured-text/src/RestructuredText/Parser/LinesIterator.php

ParseDirectoryCommand.php

Line Element Reason
71 ParseDirectoryCommand::getExcludedSpecification()

Specification definition on parse directory is deprecated. Use @{see self::getExclude()} instead.

ListItem.php

Line Element Reason
17 ListItem

Needs to be removed duplicate of ListItemNode

Run.php

Line Element Reason
152 Run::registerProgressBar()

this method will be removed in v2

MarkupLanguageParser.php

Line Element Reason
50 MarkupLanguageParser::getSubParser()

one should use injected rules in a rule. Not subparsers

LinesIterator.php

Line Element Reason
96 LinesIterator::prev()

Work around for Production's eating one line too many

Search results