]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/UserUpdateException.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Exceptions / UserUpdateException.php
index eb41dece6d626a93c13c85b72ff2b7ac35f31d50..af2c3e201b85097aae14b8ab94c337f81767f591 100644 (file)
@@ -1,3 +1,7 @@
-<?php namespace BookStack\Exceptions;
+<?php
 
-class UserUpdateException extends NotifyException {}
+namespace BookStack\Exceptions;
+
+class UserUpdateException extends NotifyException
+{
+}