]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Logger/Exception/LoggerUnusableException.php
Use the owner, not the author
[friendica.git] / src / Core / Logger / Exception / LoggerUnusableException.php
index 29336e086b243e601a7620d7f97b431dddcb318f..401a634825562f7f5f93acb463e9744379f74661 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @copyright Copyright (C) 2010-2023, the Friendica project
  *
- * @license   GNU AGPL version 3 or any later version
+ * @license GNU AGPL version 3 or any later version
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -28,7 +28,7 @@ use Throwable;
  */
 class LoggerUnusableException extends \RuntimeException
 {
-       public function __construct($message = "", Throwable $previous = null)
+       public function __construct($message = '', Throwable $previous = null)
        {
                parent::__construct($message, 500, $previous);
        }