Skip to content

Commit

Permalink
Removed invalid doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed May 4, 2017
1 parent 568d37d commit f2c08df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 0.6.1

* Removed invalid doc comment

## 0.6.0

* Support for PHPUnit ^5.7 and ^6.1
Expand Down
2 changes: 0 additions & 2 deletions src/InternalVarDumper.php
Expand Up @@ -11,8 +11,6 @@ class InternalVarDumper implements VarDumperInterface
/**
* @param bool $displayPlaceInCode true whenever dumper should print also information about file and line
* @param int $stepShift nesting level of method "dump", it is used whenever $displayPlaceInCode is equal to true
*
* @see Awesomite\VarDumper\Dumper::dump
*/
public function __construct($displayPlaceInCode = false, $stepShift = 0)
{
Expand Down

0 comments on commit f2c08df

Please sign in to comment.