mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11568] Add comma at end of array key-value couple
PHPBB3-11568
This commit is contained in:
@@ -202,7 +202,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
self::$client->setClient(new Guzzle\Http\Client('', array(
|
||||
Guzzle\Http\Client::DISABLE_REDIRECTS => true,
|
||||
'curl.options' => array(
|
||||
CURLOPT_TIMEOUT => 120
|
||||
CURLOPT_TIMEOUT => 120,
|
||||
),
|
||||
)));
|
||||
|
||||
|
Reference in New Issue
Block a user