Skip to content

Commit

Permalink
moved annotation to class
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed May 16, 2019
1 parent 23358ad commit e7d9194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/src/Form/Field/HelpsiteField.php
Expand Up @@ -4,7 +4,6 @@
*
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @deprecated 4.0 To be removed
*/

namespace Joomla\CMS\Form\Field;
Expand All @@ -20,7 +19,8 @@
* Form Field class for the Joomla Platform.
* Provides a select list of help sites.
*
* @since 1.6
* @since 1.6
* @deprecated 4.0 To be removed
*/
class HelpsiteField extends \JFormFieldList
{
Expand Down

0 comments on commit e7d9194

Please sign in to comment.