Skip to content

Commit

Permalink
Remove wrong docblock that says that PHP5 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos committed Nov 19, 2018
1 parent eaf781f commit 85c759e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/CurlHttpAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use GuzzleHttp\Handler\CurlHandler;

/**
* @requires PHP 5.5
*
* @author GeLo <[email protected]>
*/
class CurlHttpAdapterTest extends HttpAdapterTest
Expand Down
2 changes: 0 additions & 2 deletions tests/CurlHttpAsyncAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use GuzzleHttp\Handler\CurlHandler;

/**
* @requires PHP 5.5
*
* @author Joel Wurtz <[email protected]>
*/
class CurlHttpAsyncAdapterTest extends HttpAsyncAdapterTest
Expand Down

0 comments on commit 85c759e

Please sign in to comment.