Skip to content

Commit 02279b8

Browse files
authored
Merge pull request #22 from jenssegers/analysis-8Ael0G
Apply fixes from StyleCI
2 parents c50f8ad + cddf10c commit 02279b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/ImageHashTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
class ImageHashTest extends PHPUnit_Framework_TestCase
66
{
77
/**
8-
* @var ImageHash
9-
*/
8+
* @var ImageHash
9+
*/
1010
private $imageHash;
1111

1212
public function setup()

tests/ImageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
class ImageTest extends PHPUnit_Framework_TestCase
1010
{
1111
/**
12-
* @var Implementation[]
13-
*/
12+
* @var Implementation[]
13+
*/
1414
private $hashers;
1515

1616
private $precision = 10;

0 commit comments

Comments
 (0)