Skip to content

Commit

Permalink
Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile'…
Browse files Browse the repository at this point in the history
… is not allowed #6
  • Loading branch information
Florian Preusner committed Dec 15, 2014
1 parent a3124b8 commit b4fd12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataCollector/HttpDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function collect(Request $request, Response $response, \Exception $except
$messages = $this->logger->getMessages();

$this->addLogs($messages);
$this->addRequest($request, $response);
//$this->addRequest($request, $response); // @todo: only collect information that is interesting
} // end: collect

/**
Expand Down

0 comments on commit b4fd12f

Please sign in to comment.