Skip to content

Commit 42c1743

Browse files
authored
Merge pull request #7 from renoki-co/analysis-1bllOy
Apply fixes from StyleCI
2 parents 285f075 + ec7518b commit 42c1743

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/RedditList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function setAfter($after)
4949
}
5050

5151
/**
52-
* Get the next page of results
52+
* Get the next page of results.
5353
*
5454
* @return \Rennokki\RedditApi\RedditList
5555
*/

tests/RedditTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Rennokki\RedditApi\Test;
44

5-
use Exception;
65
use Rennokki\RedditApi\Reddit;
76
use Rennokki\RedditApi\RedditList;
87
use Rennokki\RedditApi\Subreddit;

0 commit comments

Comments
 (0)