Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHP Notice on ArrayLikeTrait #222

Merged
merged 1 commit into from
Nov 23, 2017
Merged

Fix PHP Notice on ArrayLikeTrait #222

merged 1 commit into from
Nov 23, 2017

Conversation

shibby
Copy link
Contributor

@shibby shibby commented Nov 21, 2017

PHP Notice: Accessing static property InstagramScraper\Model\Media::$initPropertiesMap as non static in /vendor/raiym/instagram-php-scraper/src/InstagramScraper/Traits/ArrayLikeTrait.php on line 39

ArrayLikeTrait were giving above error since class properties has been changed to static. So this update removes this error log.

@raiym raiym merged commit cd89cbc into postaddictme:master Nov 23, 2017
@raiym
Copy link
Member

raiym commented Nov 23, 2017

@shibby thank you for contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants