-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[LegoIdeasBridge] Add bridge #2284
Conversation
Thanks for the PR ! We just need to get the code lints fixed, and we can merge. Moreover, please do not modify the README. It is modified by maintainers at every release. |
Can someone help, here? |
Can you try to rebase on master ? The problem might be because of the recent update to the Github Action configuration. |
Didn't change anything. 😔 |
Success! This function was the problem: public function getIcon(){
$html = getSimpleHTMLDOM(self::URI);
return $html->find('link[rel=icon]', 3)->attr['href'];
} I have no idea what's wrong, here. However, I don't think it is needed anyway, so: ready to merge! 👍 |
Perfect ! I don't quite understand the problem too... |
* [LegoIdeasBridge] Add bridge
No description provided.