]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/api/exceptions/ApiException.php
Apply PHP Code Beautifier on source code for linter automatic fixes
[github/shaarli/Shaarli.git] / application / api / exceptions / ApiException.php
index d6b66323279f86e4dd886c0477f9c41e4f67a9bb..7deafb961fc33af72f9b470c7b082e424a61e40d 100644 (file)
@@ -44,7 +44,7 @@ abstract class ApiException extends \Exception
         }
         return [
             'message' => $this->getMessage(),
-            'stacktrace' => get_class($this) .': '. $this->getTraceAsString()
+            'stacktrace' => get_class($this) . ': ' . $this->getTraceAsString()
         ];
     }