Skip to content

Fix inaccurate disk usage reporting for ext* filesystems due to reserved blocks #877

Fix inaccurate disk usage reporting for ext* filesystems due to reserved blocks

Fix inaccurate disk usage reporting for ext* filesystems due to reserved blocks #877

Triggered via pull request September 4, 2024 12:57
Status Failure
Total duration 1m 18s
Artifacts

psalm.yml

on: pull_request
static-psalm-analysis
1m 4s
static-psalm-analysis
Fit to window
Zoom out
Zoom in

Annotations

7 errors
InvalidOperand: lib/OperatingSystems/FreeBSD.php#L202
lib/OperatingSystems/FreeBSD.php:202:12: InvalidOperand: Cannot perform a numeric operation with non-numeric types string and string (see https://psalm.dev/058)
InvalidOperand: lib/OperatingSystems/FreeBSD.php#L204
lib/OperatingSystems/FreeBSD.php:204:35: InvalidOperand: Cannot perform a numeric operation with a non-numeric type string (see https://psalm.dev/058)
InvalidOperand: lib/OperatingSystems/FreeBSD.php#L205
lib/OperatingSystems/FreeBSD.php:205:43: InvalidOperand: Cannot perform a numeric operation with a non-numeric type string (see https://psalm.dev/058)
InvalidOperand: lib/OperatingSystems/Linux.php#L220
lib/OperatingSystems/Linux.php:220:12: InvalidOperand: Cannot perform a numeric operation with non-numeric types string and string (see https://psalm.dev/058)
InvalidOperand: lib/OperatingSystems/Linux.php#L222
lib/OperatingSystems/Linux.php:222:35: InvalidOperand: Cannot perform a numeric operation with a non-numeric type string (see https://psalm.dev/058)
InvalidOperand: lib/OperatingSystems/Linux.php#L223
lib/OperatingSystems/Linux.php:223:43: InvalidOperand: Cannot perform a numeric operation with a non-numeric type string (see https://psalm.dev/058)
static-psalm-analysis
Process completed with exit code 2.