mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Updated phpdoc
This commit is contained in:
parent
471f17da2f
commit
c6aedc8a90
@ -6,9 +6,10 @@ class Sws
|
|||||||
{
|
{
|
||||||
private $Release;
|
private $Release;
|
||||||
private $Tournament;
|
private $Tournament;
|
||||||
|
private $BinaryData;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return mixed
|
* @return String
|
||||||
*/
|
*/
|
||||||
public function getRelease()
|
public function getRelease()
|
||||||
{
|
{
|
||||||
@ -16,15 +17,15 @@ class Sws
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mixed $Release
|
* @param String $Release
|
||||||
*/
|
*/
|
||||||
public function setRelease($Release)
|
public function setRelease(String $Release): void
|
||||||
{
|
{
|
||||||
$this->Release = $Release;
|
$this->Release = $Release;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return mixed
|
* @return Tournament
|
||||||
*/
|
*/
|
||||||
public function getTournament()
|
public function getTournament()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user