From 7a1e28b979fffefbf29d08e3b7c6430d8d60e0e3 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 10 Jul 2018 01:31:04 +0200 Subject: W 2.3 --- fn/fn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fn') diff --git a/fn/fn.php b/fn/fn.php index 6b17a3b..ce299c8 100644 --- a/fn/fn.php +++ b/fn/fn.php @@ -52,7 +52,7 @@ function search($haystack, $debut, $fin) } -function readablesize(int $bytes) +function readablesize($bytes) { $num = 5; -- cgit v1.2.3