]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/FileUploadException.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Exceptions / FileUploadException.php
index af976072a19aa8ff0b6626d869961f2912beb75f..1182a758ec25f1b93676fc321657f49f8fe9816b 100644 (file)
@@ -1,4 +1,7 @@
-<?php namespace BookStack\Exceptions;
+<?php
 
+namespace BookStack\Exceptions;
 
-class FileUploadException extends PrettyException {}
\ No newline at end of file
+class FileUploadException extends PrettyException
+{
+}