Skip to content

Commit

Permalink
Merge pull request #36 from serjyeah/symfony-3.4-support-reset-method
Browse files Browse the repository at this point in the history
Add support of Symfony 3.4
  • Loading branch information
GabrielAnca authored Feb 5, 2018
2 parents 061389d + c7558cf commit 60f2a46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DataCollector/ApiCallDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,12 @@ public function getName()
{
return 'api';
}

/**
* Support Symfony 3.4
*/
public function reset()
{
$this->data = [];
}
}

0 comments on commit 60f2a46

Please sign in to comment.