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:
Marcus Bointon 2021-03-02 15:39:45 +01:00 committed by GitHub
commit 8f7575b076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 58 additions and 60 deletions

View file

@ -16,7 +16,7 @@ interface VideoInterface extends AudioInterface
/**
* Gets the kiloBitrate value.
*
* @return integer
* @return int
*/
public function getKiloBitrate();
@ -28,7 +28,7 @@ interface VideoInterface extends AudioInterface
*
* @see http://www.undeadborn.net/tools/rescalculator.php
*
* @return integer
* @return int
*/
public function getModulus();