mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2025-01-26 04:11:17 +01:00
Updated phpdoc
This commit is contained in:
parent
9b7bede19b
commit
652b3a8d2c
@ -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…
x
Reference in New Issue
Block a user