Merge pull request #893 from Adel-E/patch-2

Fix phpdocs
main
Jordi Boggiano 12 years ago
commit 6a8be06dcf

@ -40,7 +40,7 @@ class JsonFile
/** /**
* Initializes json file reader/parser. * Initializes json file reader/parser.
* *
* @param string $lockFile path to a lockfile * @param string $path path to a lockfile
* @param RemoteFilesystem $rfs required for loading http/https json files * @param RemoteFilesystem $rfs required for loading http/https json files
*/ */
public function __construct($path, RemoteFilesystem $rfs = null) public function __construct($path, RemoteFilesystem $rfs = null)
@ -53,6 +53,9 @@ class JsonFile
$this->rfs = $rfs; $this->rfs = $rfs;
} }
/**
* @return string
*/
public function getPath() public function getPath()
{ {
return $this->path; return $this->path;

Loading…
Cancel
Save