]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/JsonDebugException.php
Apply fixes from StyleCI
[bookstack] / app / Exceptions / JsonDebugException.php
index e155579d601366292cdc88e5e7ae106c4e38949f..e037fcb8e9041dd7bcb4f8115af350b299cb148d 100644 (file)
@@ -1,10 +1,11 @@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
 
 use Exception;
 
 class JsonDebugException extends Exception
 {
-
     protected $data;
 
     /**