Deprecate AbstractAjaxAction
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 10 Aug 2021 14:23:03 +0000 (16:23 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 11 Aug 2021 14:29:54 +0000 (16:29 +0200)
wcfsetup/install/files/lib/action/AbstractAjaxAction.class.php

index 604b23d7bdda9ff4134ad812f44cf5df93f1299d..40734433e9f78c469bb157586bce6bbc386cc512 100644 (file)
@@ -5,12 +5,7 @@ namespace wcf\action;
 use wcf\util\JSON;
 
 /**
- * Provides method to send JSON-encoded responses.
- *
- * @author  Alexander Ebert
- * @copyright   2001-2019 WoltLab GmbH
- * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Action
+ * @deprecated 5.5 Use PSR-7 responses (e.g. Laminas' JsonResponse).
  */
 class AbstractAjaxAction extends AbstractAction
 {