PHP_CodeSniffer performed.

This commit is contained in:
2023-06-01 09:16:19 +00:00
parent 65ac999075
commit c3ef0400f6
5 changed files with 16 additions and 7 deletions

View File

@ -17,8 +17,10 @@ class AppExtension extends AbstractExtension
/**
* Format a file size to be human readable
*
* @param int $bytes Number of bytes
* @param int $precision Precision
* @param int $precision Precision
*
* @return string Formatted string
*/
public function formatBytes($bytes, $precision = 2)