diff options
Diffstat (limited to 'lib/public/AutoloadNotAllowedException.php')
-rw-r--r-- | lib/public/AutoloadNotAllowedException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/AutoloadNotAllowedException.php b/lib/public/AutoloadNotAllowedException.php index 6e897b49406..a296ea3356a 100644 --- a/lib/public/AutoloadNotAllowedException.php +++ b/lib/public/AutoloadNotAllowedException.php @@ -18,6 +18,6 @@ class AutoloadNotAllowedException extends \DomainException { * @since 8.2.0 */ public function __construct($path) { - parent::__construct('Autoload path not allowed: '.$path); + parent::__construct('Autoload path not allowed: ' . $path); } } |