mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 15:21:05 +00:00
:octocat: type hints for class constants
This commit is contained in:
@@ -26,7 +26,7 @@ require_once __DIR__.'/../vendor/autoload.php';
|
||||
*/
|
||||
class ModuleJitterSVGoutput extends QRMarkupSVG{
|
||||
|
||||
protected const ROUND_PRECISION = 5;
|
||||
protected const int ROUND_PRECISION = 5;
|
||||
|
||||
protected readonly float $sideLength;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user