Skip to content

Commit 8a020e0

Browse files
Update BytesHelper.php
1 parent 48e1815 commit 8a020e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Internal/BytesHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public static function bytes(int $bytes): string
1717
$bytes /= 1024;
1818
}
1919

20+
// skipcq: PHP-W1040
2021
if (!isset($unit)) {
2122
throw new \PHPStan\ShouldNotHappenException();
2223
}

0 commit comments

Comments
 (0)