Skip to content

Commit

Permalink
feature #954 Mark some classes as final (acrobat)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------



Commits
-------

b3c26f5 Mark some classes as final
  • Loading branch information
acrobat authored Dec 21, 2020
2 parents 60d0d5f + b3c26f5 commit 147e4b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Github/HttpClient/Message/ResponseMediator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use Github\Exception\ApiLimitExceedException;
use Psr\Http\Message\ResponseInterface;

/**
* @final since 2.19
*/
class ResponseMediator
{
/**
Expand Down
1 change: 1 addition & 0 deletions lib/Github/HttpClient/Plugin/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Add authentication to the request.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
* @final since 2.19
*/
class Authentication implements Plugin
{
Expand Down
1 change: 1 addition & 0 deletions lib/Github/HttpClient/Plugin/GithubExceptionThrower.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
/**
* @author Joseph Bielawski <stloyd@gmail.com>
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
* @final since 2.19
*/
class GithubExceptionThrower implements Plugin
{
Expand Down
1 change: 1 addition & 0 deletions lib/Github/HttpClient/Plugin/History.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* A plugin to remember the last response.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
* @final since 2.19
*/
class History implements Journal
{
Expand Down
1 change: 1 addition & 0 deletions lib/Github/HttpClient/Plugin/PathPrepend.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Prepend the URI with a string.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
* @final since 2.19
*/
class PathPrepend implements Plugin
{
Expand Down

0 comments on commit 147e4b8

Please sign in to comment.