mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 10:18:55 +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
|
* @param array $options Optional list of options to overwrite the defaults
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function __construct(array $options = null)
|
public function __construct($options = null)
|
||||||
{
|
{
|
||||||
if ($options !== null) {
|
if ($options !== null) {
|
||||||
$this->options = array_merge($this->config, $options);
|
$this->options = array_merge($this->config, $options);
|
||||||
|
Loading…
Reference in New Issue
Block a user