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