Skip to content

Commit

Permalink
Mark some classes as final
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Dec 20, 2020
1 parent 60d0d5f commit b3c26f5
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 b3c26f5

Please sign in to comment.