You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: JsonResponse.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,7 @@ public function __construct(mixed $data = null, int $status = 200, array $header
44
44
thrownew \TypeError(sprintf('"%s": If $json is set to true, argument $data must be a string or object implementing __toString(), "%s" given.', __METHOD__, get_debug_type($data)));
Copy file name to clipboardExpand all lines: Session/Storage/MockArraySessionStorage.php
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -176,11 +176,7 @@ public function setMetadataBag(MetadataBag $bag = null)
176
176
if (1 > \func_num_args()) {
177
177
trigger_deprecation('symfony/http-foundation', '6.2', 'Calling "%s()" without any arguments is deprecated, pass null explicitly instead.', __METHOD__);
Copy file name to clipboardExpand all lines: Session/Storage/NativeSessionStorage.php
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -304,11 +304,8 @@ public function setMetadataBag(MetadataBag $metaBag = null)
304
304
if (1 > \func_num_args()) {
305
305
trigger_deprecation('symfony/http-foundation', '6.2', 'Calling "%s()" without any arguments is deprecated, pass null explicitly instead.', __METHOD__);
0 commit comments