Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 2, 2019
1 parent d9560db commit ff68b11
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -8,6 +8,11 @@

class DolRequestDataCollector extends RequestDataCollector
{
/**
* Collects the data from the collectors
*
* @return array
*/
public function collect()
{
$vars = array('_GET', '_POST', '_SESSION', '_COOKIE', '_SERVER');
Expand Down

0 comments on commit ff68b11

Please sign in to comment.