Skip to content

Commit 3a306fc

Browse files
Made builder class final
1 parent edbf2cd commit 3a306fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
* Removed models API
1111
* Dropped support for PHP 7.1
1212
* Updated to latest labels API
13+
* Made builder class final
1314

1415
[11.0.0-RC1]: https://github.com/GitLabPHP/Client/compare/10.4.0...11.0.0-RC1
1516

src/HttpClient/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Tobias Nyholm <[email protected]>
2727
* @author Graham Campbell <[email protected]>
2828
*/
29-
class Builder
29+
final class Builder
3030
{
3131
/**
3232
* The object that sends HTTP messages.

0 commit comments

Comments
 (0)