Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Feb 13, 2024
1 parent 8f99b66 commit 06ebf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugBar/DataCollector/RequestDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RequestDataCollector extends DataCollector implements Renderable, AssetPro
*/
public function collect()
{
$vars = array('_GET', '_POST', '_SESSION', '_COOKIE', '_SERVER');
$vars = array('_GET', '_POST', '_SESSION', '_COOKIE');
$data = array();

foreach ($vars as $var) {
Expand Down

0 comments on commit 06ebf92

Please sign in to comment.