Skip to content

Commit

Permalink
Merge branch 'qa/return-docs' of https://github.com/michalbundyra/PHP…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Dec 8, 2019
2 parents 279a616 + 855ac25 commit 1811a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Files/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,7 @@ public function findEndOfStatement($start, $ignore=null)
* If value is omitted, tokens with any value will
* be returned.
*
* @return int | bool
* @return int|bool
*/
public function findFirstOnLine($types, $start, $exclude=false, $value=null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function process(File $phpcsFile, $stackPtr)
* @param int $stackPtr The position to start looking at.
* @param int $end The position to stop looking at.
*
* @return int | bool
* @return int|bool
*/
private function findNextCase($phpcsFile, $stackPtr, $end)
{
Expand Down

0 comments on commit 1811a01

Please sign in to comment.