ソースを参照

stop interpreting null json as string

develop
Robin Thoni 8年前
コミット
a6c4230c0d
1個のファイルの変更0行の追加3行の削除
  1. 0
    3
      src/Utils/Controller/LuRoute.php

+ 0
- 3
src/Utils/Controller/LuRoute.php ファイルの表示

@@ -178,9 +178,6 @@ class LuRoute {
178 178
             try
179 179
             {
180 180
                 $json = json_decode($value, true);
181
-                if (is_null($json)) {
182
-                    $json = $value . "";
183
-                }
184 181
                 $typedValue = call_user_func_array(array($class->getName(), "jsonDeserialize"), array($json));
185 182
             }
186 183
             catch (LuDboDeserializeException $e)

読み込み中…
キャンセル
保存