Returns true if the string is un-indented collection item
Boolean Returns true if the string is un-indented collection item, false otherwise
private function isStringUnIndentedCollectionItem() { return 0 === strpos($this->currentLine, '- '); }