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