diff options
Diffstat (limited to 'lib/private/MemoryInfo.php')
-rw-r--r-- | lib/private/MemoryInfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/MemoryInfo.php b/lib/private/MemoryInfo.php index a90739a6643..9b5c709b4a9 100644 --- a/lib/private/MemoryInfo.php +++ b/lib/private/MemoryInfo.php @@ -54,7 +54,7 @@ class MemoryInfo { if (is_numeric($number)) { $memoryLimit = Util::numericToNumber($number); } else { - throw new \InvalidArgumentException($number.' is not a valid numeric string (in memory_limit ini directive)'); + throw new \InvalidArgumentException($number . ' is not a valid numeric string (in memory_limit ini directive)'); } // intended fall through |