mirror of
https://github.com/getformwork/formwork.git
synced 2025-03-14 19:19:48 +01:00
Fix coding style with PHP-CS-Fixer
This commit is contained in:
parent
a36383c69d
commit
9890184b27
@ -142,7 +142,8 @@ class HTTPRequest
|
||||
return static::$files;
|
||||
}
|
||||
|
||||
public static function hasHeader($header) {
|
||||
public static function hasHeader($header)
|
||||
{
|
||||
return isset(static::headers()[$header]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user