Update PHPDoc

This commit is contained in:
Giuseppe Criscione 2019-02-13 15:02:27 +01:00
parent da03b49565
commit 988ebf4d4f
4 changed files with 4 additions and 4 deletions

View File

@ -90,7 +90,7 @@ class Admin
}
/**
* Return whether some user is logged in
* Return whether a user is logged in
*
* @return bool
*/

View File

@ -61,7 +61,7 @@ class Updater
/**
* Headers to send in HTTP(S) requests
*
* @var array
* @var array|null
*/
protected $headers;

View File

@ -77,7 +77,7 @@ class FileSystem
*
* @param string $file
*
* @return array|string
* @return string|null
*/
public static function mimeType($file)
{

View File

@ -80,7 +80,7 @@ class MimeType
*
* @param string $extension
*
* @return array|null
* @return string|null
*/
public static function fromExtension($extension)
{