Fix coding style with PHP-CS-Fixer

This commit is contained in:
Giuseppe Criscione 2018-07-18 17:57:27 +02:00
parent a36383c69d
commit 9890184b27

View File

@ -142,7 +142,8 @@ class HTTPRequest
return static::$files;
}
public static function hasHeader($header) {
public static function hasHeader($header)
{
return isset(static::headers()[$header]);
}