Fix docs generation, PSR-12 type compliance (#790)
* Correct docs generation, fixes #774 * Standardise on unaliased int and bool types, as per PSR-12 section 2.5
This commit is contained in:
parent
7abb6d36cb
commit
8f7575b076
29 changed files with 58 additions and 60 deletions
|
|
@ -49,7 +49,7 @@ abstract class DefaultVideo extends DefaultAudio implements VideoInterface
|
|||
/**
|
||||
* Sets the kiloBitrate value.
|
||||
*
|
||||
* @param integer $kiloBitrate
|
||||
* @param int $kiloBitrate
|
||||
* @throws InvalidArgumentException
|
||||
*/
|
||||
public function setKiloBitrate($kiloBitrate)
|
||||
|
|
@ -93,7 +93,7 @@ abstract class DefaultVideo extends DefaultAudio implements VideoInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @return integer
|
||||
* @return int
|
||||
*/
|
||||
public function getModulus()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue