Skip to content

Commit 96a68f6

Browse files
committed
Merge branch '2.x'
* 2.x: Mark some classes as final
2 parents 8d9c3bf + 147e4b8 commit 96a68f6

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

lib/Github/HttpClient/Message/ResponseMediator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use Github\Exception\ApiLimitExceedException;
66
use Psr\Http\Message\ResponseInterface;
77

8+
/**
9+
* @final since 2.19
10+
*/
811
class ResponseMediator
912
{
1013
/**

lib/Github/HttpClient/Plugin/Authentication.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Add authentication to the request.
1313
*
1414
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
15+
* @final since 2.19
1516
*/
1617
class Authentication implements Plugin
1718
{

lib/Github/HttpClient/Plugin/GithubExceptionThrower.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/**
1818
* @author Joseph Bielawski <stloyd@gmail.com>
1919
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
20+
* @final since 2.19
2021
*/
2122
class GithubExceptionThrower implements Plugin
2223
{

lib/Github/HttpClient/Plugin/History.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* A plugin to remember the last response.
1212
*
1313
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
14+
* @final since 2.19
1415
*/
1516
class History implements Journal
1617
{

lib/Github/HttpClient/Plugin/PathPrepend.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Prepend the URI with a string.
1111
*
1212
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
13+
* @final since 2.19
1314
*/
1415
class PathPrepend implements Plugin
1516
{

0 commit comments

Comments
 (0)