Skip to content

Commit fdb04a9

Browse files
committed
fixed class file headers
1 parent b43d751 commit fdb04a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Class API | src/API.class.php
3+
* Class API | src/API.php
44
*
55
* Main class which will be used to connect to the SinusBot
66
*

src/Instance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Class Instance | src/Instance.class.php
3+
* Class Instance | src/Instance.php
44
*
55
* A single Instance with his available actions
66
*

src/Playlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Class Playlist | src/Playlist.class.php
3+
* Class Playlist | src/Playlist.php
44
*
55
* A single Playlist with his available actions
66
*

src/RestClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Class RestClient | src/RestClient.class.php
3+
* Class RestClient | src/RestClient.php
44
*
55
* RestClient is used to perform the http requests
66
*

0 commit comments

Comments
 (0)