Skip to content

Commit

Permalink
Merge 890d9ba into c50f8ad
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Feb 21, 2017
2 parents c50f8ad + 890d9ba commit 1eab685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/ImageHashTest.php
Expand Up @@ -5,8 +5,8 @@
class ImageHashTest extends PHPUnit_Framework_TestCase
{
/**
* @var ImageHash
*/
* @var ImageHash
*/
private $imageHash;

public function setup()
Expand Down
4 changes: 2 additions & 2 deletions tests/ImageTest.php
Expand Up @@ -9,8 +9,8 @@
class ImageTest extends PHPUnit_Framework_TestCase
{
/**
* @var Implementation[]
*/
* @var Implementation[]
*/
private $hashers;

private $precision = 10;
Expand Down

0 comments on commit 1eab685

Please sign in to comment.