Skip to content

Commit ea6f244

Browse files
committed
[WIP] continue fixing implicit nullable parameters
1 parent e6a17f3 commit ea6f244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Kohana/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static function instance($type = NULL, $id = NULL)
9090
* @return void
9191
* @uses Session::read
9292
*/
93-
public function __construct(array $config = NULL, $id = NULL)
93+
public function __construct(array $config = [], $id = NULL)
9494
{
9595
if (isset($config['name']))
9696
{

0 commit comments

Comments
 (0)