Skip to content

Commit

Permalink
Mark Jquerymobile driver as deprecated
Browse files Browse the repository at this point in the history
API fails strict PHP checking, and no way of dealing with this in a
BC-compliant manner
  • Loading branch information
slusarz committed Apr 22, 2015
1 parent f3ff85f commit c17d551
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions framework/Tree/lib/Horde/Tree/Renderer/Jquerymobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Tree
* @author Michael Slusarz <slusarz@horde.org>
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @deprecated API of _buildTree() fails strict PHP code check
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Tree
*/
class Horde_Tree_Renderer_Jquerymobile extends Horde_Tree_Renderer_Base
{
Expand Down

0 comments on commit c17d551

Please sign in to comment.