We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 285f075 + ec7518b commit 42c1743Copy full SHA for 42c1743
src/RedditList.php
@@ -49,7 +49,7 @@ public function setAfter($after)
49
}
50
51
/**
52
- * Get the next page of results
+ * Get the next page of results.
53
*
54
* @return \Rennokki\RedditApi\RedditList
55
*/
tests/RedditTest.php
@@ -2,7 +2,6 @@
2
3
namespace Rennokki\RedditApi\Test;
4
5
-use Exception;
6
use Rennokki\RedditApi\Reddit;
7
use Rennokki\RedditApi\RedditList;
8
use Rennokki\RedditApi\Subreddit;
0 commit comments