Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit ca9f80c

Browse files
committed
Update author information in async tests
1 parent 7cf87f6 commit ca9f80c

4 files changed

+4
-4
lines changed

tests/Guzzle6CurlHttpAsyncAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* @requires PHP 5.5
99
*
10-
* @author GeLo <geloen.eric@gmail.com>
10+
* @author Joel Wurtz <joel.wurtz@gmail.com>
1111
*/
1212
class Guzzle6CurlHttpAsyncAdapterTest extends Guzzle6HttpAsyncAdapterTest
1313
{

tests/Guzzle6HttpAsyncAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Http\Client\Tests\HttpAsyncClientTest;
88

99
/**
10-
* @author GeLo <geloen.eric@gmail.com>
10+
* @author Joel Wurtz <joel.wurtz@gmail.com>
1111
*/
1212
abstract class Guzzle6HttpAsyncAdapterTest extends HttpAsyncClientTest
1313
{

tests/Guzzle6MultiCurlHttpAsyncAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use GuzzleHttp\Handler\CurlMultiHandler;
66

77
/**
8-
* @author GeLo <geloen.eric@gmail.com>
8+
* @author Joel Wurtz <joel.wurtz@gmail.com>
99
*/
1010
class Guzzle6MultiCurlHttpAsyncAdapterTest extends Guzzle6HttpAsyncAdapterTest
1111
{

tests/Guzzle6StreamHttpAsyncAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use GuzzleHttp\Handler\StreamHandler;
66

77
/**
8-
* @author GeLo <geloen.eric@gmail.com>
8+
* @author Joel Wurtz <joel.wurtz@gmail.com>
99
*/
1010
class Guzzle6StreamHttpAsyncAdapterTest extends Guzzle6HttpAsyncAdapterTest
1111
{

0 commit comments

Comments
 (0)