]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/HttpFetchException.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Exceptions / HttpFetchException.php
index 48e30e1e6a2fd564c3a7b55790fefa77b9259995..4ad45d92a35a8449f35e8c8f8ee8db44ce17f4df 100644 (file)
@@ -1,5 +1,9 @@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
 
 use Exception;
 
-class HttpFetchException extends Exception {}
+class HttpFetchException extends Exception
+{
+}