Skip to content

Commit

Permalink
Tweak fix short type in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Dec 16, 2023
1 parent a80ec1b commit 0d285be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Web/Portlets/VolumeJobList.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function loadJobs($sender, $param)
/**
* Set media identifier to get jobs on the volume.
*
* @param integer $mediaid media identifier
* @param int $mediaid media identifier
*/
public function setMediaId($mediaid)
{
Expand All @@ -68,7 +68,7 @@ public function setMediaId($mediaid)
/**
* Get media identifier to get jobs on the volume.
*
* @return integer
* @return int
*/
public function getMediaId()
{
Expand Down

0 comments on commit 0d285be

Please sign in to comment.