Skip to content

Commit

Permalink
Comply class names with psr-4 autoloading standard. (#559)
Browse files Browse the repository at this point in the history
* Comply class name with psr-4 autoloading standard.

* Comply class name with psr-4 autoloading standard.
  • Loading branch information
RikoDEV authored Feb 23, 2021
1 parent 3e2e87d commit af6641c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GameQ/Protocols/Egs.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Austin Bischoff <austin@codebeard.com>
* @author TacTicToe66 <https://github.com/TacTicToe66>
*/
class EgS extends Source
class Egs extends Source
{

/**
Expand Down
2 changes: 1 addition & 1 deletion src/GameQ/Protocols/Serioussam.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* @author ZCaliptium <zcaliptium@gmail.com>
*/
class SeriousSam extends Gamespy
class Serioussam extends Gamespy
{

/**
Expand Down

0 comments on commit af6641c

Please sign in to comment.