mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-14 05:38:40 +00:00
php cs fixer
This commit is contained in:
parent
4c73366a39
commit
2c84282e36
|
|
@ -388,7 +388,7 @@ class Task implements \JsonSerializable
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setDescriptionRaw(string $description)
|
public function setDescriptionRaw(string $description) : void
|
||||||
{
|
{
|
||||||
$this->descriptionRaw = $description;
|
$this->descriptionRaw = $description;
|
||||||
}
|
}
|
||||||
|
|
@ -614,7 +614,7 @@ class Task implements \JsonSerializable
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setType(int $type = TaskType::SINGLE)
|
public function setType(int $type = TaskType::SINGLE) : void
|
||||||
{
|
{
|
||||||
$this->type = $type;
|
$this->type = $type;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ class TaskElement implements \JsonSerializable
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setCreatedBy($creator)
|
public function setCreatedBy($creator) : void
|
||||||
{
|
{
|
||||||
$this->createdBy = $creator;
|
$this->createdBy = $creator;
|
||||||
|
|
||||||
|
|
@ -391,7 +391,7 @@ class TaskElement implements \JsonSerializable
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setTask(int $task)
|
public function setTask(int $task) : void
|
||||||
{
|
{
|
||||||
$this->task = $task;
|
$this->task = $task;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user