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 edbf2cd commit 3a306fcCopy full SHA for 3a306fc
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
* Removed models API
11
* Dropped support for PHP 7.1
12
* Updated to latest labels API
13
+* Made builder class final
14
15
[11.0.0-RC1]: https://github.com/GitLabPHP/Client/compare/10.4.0...11.0.0-RC1
16
src/HttpClient/Builder.php
@@ -26,7 +26,7 @@
26
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
27
* @author Graham Campbell <graham@alt-three.com>
28
*/
29
-class Builder
+final class Builder
30
{
31
/**
32
* The object that sends HTTP messages.
0 commit comments