We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d19ccc commit fd5f28dCopy full SHA for fd5f28d
CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGE LOG
5
## V4.0 (UPCOMING)
6
7
* Dropped support for PHP 7.1
8
+* Made builder class final
9
10
11
## V3.3 (27/11/2020)
src/HttpClient/Builder.php
@@ -33,7 +33,7 @@
33
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
34
* @author Graham Campbell <graham@alt-three.com>
35
*/
36
-class Builder
+final class Builder
37
{
38
/**
39
* The object that sends HTTP messages.
0 commit comments