Skip to content

Commit 339c01e

Browse files
committed
Add todo for classes to be final as of next major version
1 parent 8fc9328 commit 339c01e

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/BatchClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* This implementation simply loops over the requests and uses sendRequest with each of them.
1414
*
1515
* @author Joel Wurtz <[email protected]>
16+
*
17+
* TODO: make class final in version 2.0.
1618
*/
1719
class BatchClient implements HttpClient
1820
{

src/EmulatedHttpAsyncClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* This should be replaced by an anonymous class in PHP 7.
1212
*
1313
* @author Márk Sági-Kazár <[email protected]>
14+
*
15+
* TODO: make class final in version 2.0.
1416
*/
1517
class EmulatedHttpAsyncClient implements HttpClient, HttpAsyncClient
1618
{

src/EmulatedHttpClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* This should be replaced by an anonymous class in PHP 7.
1212
*
1313
* @author Márk Sági-Kazár <[email protected]>
14+
*
15+
* TODO: make class final in version 2.0.
1416
*/
1517
class EmulatedHttpClient implements HttpClient, HttpAsyncClient
1618
{

src/HttpMethodsClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
*
2424
* @author Márk Sági-Kazár <[email protected]>
2525
* @author David Buchmann <[email protected]>
26+
*
27+
* TODO: make class final in version 2.0.
2628
*/
2729
class HttpMethodsClient implements HttpClient
2830
{

0 commit comments

Comments
 (0)