Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions libraries/src/Captcha/Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
* Joomla! Captcha base object
*
* @abstract
* @package Joomla.Libraries
* @subpackage Captcha
* @since 2.5
* @since 2.5
*/
class Captcha extends \JObject
{
Expand Down
2 changes: 0 additions & 2 deletions libraries/src/Client/ClientWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
/**
* Wrapper class for ClientHelper
*
* @package Joomla.Platform
* @subpackage Client
* @since 3.4
* @deprecated 4.0 Will be removed without replacement
*/
Expand Down
2 changes: 0 additions & 2 deletions libraries/src/Filesystem/Wrapper/FileWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
/**
* Wrapper class for File
*
* @package Joomla.Platform
* @subpackage Filesystem
* @since 3.4
* @deprecated 4.0 Use \Joomla\CMS\Filesystem\File instead
*/
Expand Down
2 changes: 0 additions & 2 deletions libraries/src/Filesystem/Wrapper/FolderWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
/**
* Wrapper class for Folder
*
* @package Joomla.Platform
* @subpackage Filesystem
* @since 3.4
* @deprecated 4.0 Use \Joomla\CMS\Filesystem\Folder instead
*/
Expand Down
2 changes: 0 additions & 2 deletions libraries/src/Filesystem/Wrapper/PathWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
/**
* Wrapper class for Path
*
* @package Joomla.Platform
* @subpackage Filesystem
* @since 3.4
* @deprecated 4.0 Use \Joomla\CMS\Filesystem\Path instead
*/
Expand Down
4 changes: 1 addition & 3 deletions libraries/src/Http/Wrapper/FactoryWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
/**
* Wrapper class for HttpFactory
*
* @package Joomla.Platform
* @subpackage Http
* @since 3.4
* @since 3.4
*/
class FactoryWrapper
{
Expand Down
2 changes: 0 additions & 2 deletions libraries/src/Mail/MailWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
/**
* Wrapper class for MailHelper
*
* @package Joomla.Platform
* @subpackage Mail
* @since 3.4
* @deprecated 4.0 Will be removed without replacement
*/
Expand Down
7 changes: 3 additions & 4 deletions libraries/src/Mail/language/phpmailer.lang-en_gb.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php
/**
* @package Joomla.Platform
* @subpackage Mail
* Joomla! Content Management System
*
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

defined('JPATH_PLATFORM') or die;
Expand Down
4 changes: 1 addition & 3 deletions libraries/src/Table/UpdateSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
* Update site table
* Stores the update sites for extensions
*
* @package Joomla.Platform
* @subpackage Table
* @since 3.4
* @since 3.4
*/
class UpdateSite extends Table
{
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Toolbar/ToolbarHelper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package Joomla.Administrator
* Joomla! Content Management System
*
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
Expand Down