]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Logger/Exception/LoggerArgumentException.php
Use the owner, not the author
[friendica.git] / src / Core / Logger / Exception / LoggerArgumentException.php
index 08eabe84a7787c62613d51cfa1584d1cd81ecb08..6925be4c7d42a6498929d6f01e0ed70743d9964d 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 LoggerArgumentException extends \InvalidArgumentException
 {
-       public function __construct($message = "", Throwable $previous = null)
+       public function __construct($message = '', Throwable $previous = null)
        {
                parent::__construct($message, 500, $previous);
        }