Skip to content

Commit

Permalink
Merge pull request #12 from jr-cologne/jr_fix-#11
Browse files Browse the repository at this point in the history
Fix #11
  • Loading branch information
jr-cologne authored Apr 22, 2018
2 parents 407ba10 + 4709800 commit f26553a
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/BugsnagClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/CryptoClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
3 changes: 2 additions & 1 deletion app/classes/CryptoStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down Expand Up @@ -205,6 +205,7 @@ protected function createTweets() : array {
*/
protected function postTweets(array $tweets) : bool {
$last_tweet_id = null;
$tweet_ids = [];

for ($i = 0; $i < 3; $i++) {
if ($last_tweet_id) {
Expand Down
2 changes: 1 addition & 1 deletion app/classes/CurlClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/BugsnagClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/CryptoClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/CryptoStatusException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/CurlClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/Exceptions/TwitterClientException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/classes/TwitterClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/CryptoStatus/blob/master/LICENSE MIT
* @version v0.2.2
* @version v0.2.3
* @link https://github.com/jr-cologne/CryptoStatus GitHub Repository
*
* ________________________________________________________________________________
Expand Down

0 comments on commit f26553a

Please sign in to comment.