Apply PSR-12 code style (#3886)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / email / transport / exception / TransientFailure.class.php
index 42e499dd2ad9be17b936bf167199c7b74cb488d3..69c2e4064a3348771f726772de4bef53c34c31da 100644 (file)
@@ -1,13 +1,16 @@
 <?php
+
 namespace wcf\system\email\transport\exception;
 
 /**
  * Denotes a transient failure during delivery. It may be retried later.
- * 
- * @author     Tim Duesterhus
- * @copyright  2001-2019 WoltLab GmbH
- * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    WoltLabSuite\Core\System\Email\Transport\Exception
- * @since      3.0
+ *
+ * @author  Tim Duesterhus
+ * @copyright   2001-2019 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package WoltLabSuite\Core\System\Email\Transport\Exception
+ * @since   3.0
  */
-class TransientFailure extends \Exception { }
+class TransientFailure extends \Exception
+{
+}