Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Commit e7c5ba3

Browse files
author
Rick Kuipers
committed
Reset to array instead of null
1 parent e601785 commit e7c5ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/code/community/EcomDev/PHPUnit/Controller/Request

app/code/community/EcomDev/PHPUnit/Controller/Request/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function resetInternalProperties()
158158
// From Http request
159159
$this->_paramSources = array('_GET', '_POST');
160160
$this->_requestUri = null;
161-
$this->_params = null;
161+
$this->_params = array();
162162
$this->_baseUrl = null;
163163
$this->_basePath = null;
164164
$this->_pathInfo = '';

0 commit comments

Comments
 (0)