Add deprecated phpdoc tag to Backend.php and Backend_api.php files.

This commit is contained in:
Alex Tselegidis 2022-01-18 12:06:20 +01:00
parent 1fb9983cd7
commit f7bebedf61
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,8 @@
* Handles the backend related operations. * Handles the backend related operations.
* *
* @package Controllers * @package Controllers
*
* @deprecated Since 1.5
*/ */
class Backend extends EA_Controller { class Backend extends EA_Controller {
/** /**

View file

@ -36,6 +36,8 @@
* Handles the backend API related operations. * Handles the backend API related operations.
* *
* @package Controllers * @package Controllers
*
* @deprecated Since 1.5
*/ */
class Backend_api extends EA_Controller { class Backend_api extends EA_Controller {
/** /**