浏览代码

[WebBundle] second argument in array_merge must be an array

tirnanog06 15 年之前
父节点
当前提交
5d77229aca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Framework/WebBundle/Session/NativeSession.php

+ 1 - 1
src/Symfony/Framework/WebBundle/Session/NativeSession.php

@@ -42,7 +42,7 @@ class NativeSession implements SessionInterface
    * @param array $options  An associative array of options
    *
    */
-  public function __construct($options = null)
+  public function __construct(array $options = array())
   {
     $cookieDefaults = session_get_cookie_params();