Skip to content

Commit 3fe4dbc

Browse files
committed
Making builder final
1 parent 02b38a2 commit 3fe4dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/HttpClient/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Tobias Nyholm <[email protected]>
2222
*/
23-
class Builder
23+
final class Builder
2424
{
2525
/**
2626
* The object that sends HTTP messages.

0 commit comments

Comments
 (0)