Skip to content

Commit

Permalink
Removed bad return from PHPDocs in Output class
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Sep 29, 2018
1 parent 1eb375d commit 9cbac04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Output.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function setTotalFileCount($count)
/**
* @param Result $result
* @param bool $withCodeSnippet
* @return string
*/
public function writeResult(Result $result, $withCodeSnippet = true)
{
Expand Down

0 comments on commit 9cbac04

Please sign in to comment.