Skip to content

Commit b3c26f5

Browse files
committed
Mark some classes as final
1 parent 60d0d5f commit b3c26f5

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
@@ -10,6 +10,7 @@
1010
* A plugin to remember the last response.
1111
*
1212
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
13+
* @final since 2.19
1314
*/
1415
class History implements Journal
1516
{

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)