:octocat: type hints for class constants

This commit is contained in:
smiley
2026-03-16 21:48:09 +01:00
parent 408f463832
commit 94931d8da2
45 changed files with 157 additions and 216 deletions
+1 -1
View File
@@ -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;