mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 01:32:25 +01:00
Update PHPDoc
This commit is contained in:
parent
da03b49565
commit
988ebf4d4f
@ -90,7 +90,7 @@ class Admin
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return whether some user is logged in
|
* Return whether a user is logged in
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
@ -61,7 +61,7 @@ class Updater
|
|||||||
/**
|
/**
|
||||||
* Headers to send in HTTP(S) requests
|
* Headers to send in HTTP(S) requests
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array|null
|
||||||
*/
|
*/
|
||||||
protected $headers;
|
protected $headers;
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ class FileSystem
|
|||||||
*
|
*
|
||||||
* @param string $file
|
* @param string $file
|
||||||
*
|
*
|
||||||
* @return array|string
|
* @return string|null
|
||||||
*/
|
*/
|
||||||
public static function mimeType($file)
|
public static function mimeType($file)
|
||||||
{
|
{
|
||||||
|
@ -80,7 +80,7 @@ class MimeType
|
|||||||
*
|
*
|
||||||
* @param string $extension
|
* @param string $extension
|
||||||
*
|
*
|
||||||
* @return array|null
|
* @return string|null
|
||||||
*/
|
*/
|
||||||
public static function fromExtension($extension)
|
public static function fromExtension($extension)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user