mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 02:08:56 +05:30
Removed typecasting
This commit is contained in:
parent
df9c762b2e
commit
8286724d56
@ -98,7 +98,7 @@ maintenance of the server.',
|
||||
* @param array $options Optional list of options to overwrite the defaults
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(array $options = null)
|
||||
public function __construct($options = null)
|
||||
{
|
||||
if ($options !== null) {
|
||||
$this->options = array_merge($this->config, $options);
|
||||
|
Loading…
Reference in New Issue
Block a user