]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SortOperationException.php
Apply fixes from StyleCI
[bookstack] / app / Exceptions / SortOperationException.php
index 8f91217f62bbf8188bf98bbb7a25eead371f9b33..ade9e47d21672b0cb52e42eb0d27202a52e363ff 100644 (file)
@@ -1,8 +1,9 @@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
 
 use Exception;
 
 class SortOperationException extends Exception
 {
-
 }