Skip to content

Commit

Permalink
Rollback private for parse cookie function
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Rusakov committed Dec 12, 2017
1 parent 8abf8f6 commit 8c79480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InstagramScraper/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public function getMediaCommentsByCode($code, $count = 10, $maxId = null)
*
* @return array
*/
public static function parseCookies($rawCookies)
private static function parseCookies($rawCookies)
{
if (!is_array($rawCookies)) {
$rawCookies = [$rawCookies];
Expand Down

0 comments on commit 8c79480

Please sign in to comment.