More warnings from Psalm. Reduced Psalm config size

This commit is contained in:
2025-01-28 09:38:14 +00:00
parent e2620fde53
commit 5a414b8307
3 changed files with 4 additions and 10 deletions

View File

@ -8,7 +8,7 @@ use Exception;
class Matrix
{
public const ERROR_TOLERANCE = 0.0000000001;
public const float ERROR_TOLERANCE = 0.0000000001;
/**
* @param array<int,array<int,float>> $matrixRowData