Skip to content

Commit

Permalink
CS-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmayer committed Dec 30, 2016
1 parent ba1e67d commit ba3b681
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions libraries/cms/installer/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ abstract class JInstallerManifest
/**
* Constructor
*
* @param string $xmlPath Path to XML manifest file.
* @param string $xmlPath Path to XML manifest file.
*
* @since 3.1
*/
public function __construct($xmlPath = '')
{
// Old and new variables are referenced for B/C
$this->authorEmail = &$this->authoremail;
$this->authorURL = &$this->authorurl;
$this->authorEmail = &$this->authoremail;
$this->authorURL = &$this->authorurl;
$this->manifestFile = &$this->manifest_file;
$this->packagerURL = &$this->packagerurl;
$this->fileList = &$this->filelist;
Expand All @@ -181,7 +181,7 @@ public function __construct($xmlPath = '')
/**
* Load a manifest from a file
*
* @param string $xmlFile Path to file to load
* @param string $xmlFile Path to file to load
*
* @return boolean
*
Expand Down Expand Up @@ -210,7 +210,7 @@ public function loadManifestFromXml($xmlFile)
/**
* Apply manifest data from a SimpleXMLElement to the object.
*
* @param SimpleXMLElement $xml Data to load
* @param SimpleXMLElement $xml Data to load
*
* @return void
*
Expand Down
4 changes: 2 additions & 2 deletions libraries/cms/installer/manifest/library.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ class JInstallerManifestLibrary extends JInstallerManifest
/**
* JInstallerManifestLibrary constructor.
*
* @param string $xmlPath Path to XML manifest file.
* @param string $xmlPath Path to XML manifest file.
*
* @since __DEPLOY_VERSION__
*/
public function __construct($xmlPath = '')
{
// Old and new variables are referenced for B/C
$this->creationDate = &$this->creationdate;
$this->libraryName = &$this->libraryname;
$this->libraryName = &$this->libraryname;

parent::__construct($xmlPath);
}
Expand Down
2 changes: 1 addition & 1 deletion libraries/cms/installer/manifest/package.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class JInstallerManifestPackage extends JInstallerManifest
/**
* JInstallerManifestPackage constructor.
*
* @param string $xmlPath Path to XML manifest file.
* @param string $xmlPath Path to XML manifest file.
*
* @since __DEPLOY_VERSION__
*/
Expand Down

0 comments on commit ba3b681

Please sign in to comment.