Skip to content

Commit

Permalink
Nsdocblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Drak authored and fabpot committed Oct 20, 2012
1 parent c02e2fb commit d689441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Parser.php
Expand Up @@ -608,11 +608,11 @@ private function isNextLineUnIndentedCollection()
} }


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

0 comments on commit d689441

Please sign in to comment.