Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Phil E. Taylor <phil@phil-taylor.com>
  • Loading branch information
frankmayer and Phil E. Taylor committed Sep 23, 2021
1 parent 201a3de commit 331c162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/cms/installer/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ abstract class JInstallerManifest
* Author for the library
*
* @var string
* @since 3.1
* @since __DEPLOY_VERSION__
*/
public $author = '';

/**
* Author email for the library (alias)
*
* @var string
* @since 3.1
* @since __DEPLOY_VERSION__
*
* @deprecated 4.0 Use $authorEmail instead
*/
Expand All @@ -90,7 +90,7 @@ abstract class JInstallerManifest
* Author URL for the library
*
* @var string
* @since 3.1
* @since __DEPLOY_VERSION__
*
* @deprecated 4.0 Use $authorURL instead
*/
Expand Down

0 comments on commit 331c162

Please sign in to comment.