Apply PSR-12 code style (#3886)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / acp / page / ContactAttachmentPage.class.php
index 115b54a25bfc159a60ee11beb316ee7e19a9fd07..c422d711b7218144c86ba8506fb5359f63f809e7 100644 (file)
@@ -1,12 +1,15 @@
 <?php
+
 namespace wcf\acp\page;
 
 /**
  * Shows an attachment.
- * 
+ *
  * @author      Alexander Ebert
- * @copyright  2001-2019 WoltLab GmbH
+ * @copyright   2001-2019 WoltLab GmbH
  * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package     WoltLabSuite\Core\Acp\Page
  */
-class ContactAttachmentPage extends \wcf\page\ContactAttachmentPage {}
+class ContactAttachmentPage extends \wcf\page\ContactAttachmentPage
+{
+}