Skip to content

Commit

Permalink
fixed class file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Sep 8, 2018
1 parent b43d751 commit fdb04a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/API.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Class API | src/API.class.php
* Class API | src/API.php
*
* Main class which will be used to connect to the SinusBot
*
Expand Down
2 changes: 1 addition & 1 deletion src/Instance.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Class Instance | src/Instance.class.php
* Class Instance | src/Instance.php
*
* A single Instance with his available actions
*
Expand Down
2 changes: 1 addition & 1 deletion src/Playlist.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Class Playlist | src/Playlist.class.php
* Class Playlist | src/Playlist.php
*
* A single Playlist with his available actions
*
Expand Down
2 changes: 1 addition & 1 deletion src/RestClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Class RestClient | src/RestClient.class.php
* Class RestClient | src/RestClient.php
*
* RestClient is used to perform the http requests
*
Expand Down

0 comments on commit fdb04a9

Please sign in to comment.