forked from LiveCarta/PayPal-PHP-SDK
Fixed Unit Tests
- Skipping tests till run in separate process if fixed - Making array objects to be compatible with older versions of php
This commit is contained in:
@@ -119,7 +119,7 @@ class PPHttpConfig
|
||||
*
|
||||
* @param array $headers
|
||||
*/
|
||||
public function setHeaders(array $headers = [])
|
||||
public function setHeaders(array $headers = array())
|
||||
{
|
||||
$this->headers = $headers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user