]> 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 bbc1fc0666141005320f2f5370863217261bcb4d..6925be4c7d42a6498929d6f01e0ed70743d9964d 100644 (file)
@@ -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);
        }