Skip to content

Commit 39bc1d2

Browse files
committed
fix to support php73
1 parent f337fcf commit 39bc1d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Rotation.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ class Rotation
1818
*/
1919
private $_compress = false;
2020

21-
private int $_minSize = 0;
21+
/**
22+
* @var integer
23+
*/
24+
private $_minSize = 0;
2225

2326
public function __construct()
2427
{

0 commit comments

Comments
 (0)