phpstan-src
phpstan-src copied to clipboard
fix DOMDocument::createTextNode return type
You've opened the pull request against the latest branch 1.11.x. If your code is relevant on 1.10.x and you want it to be released sooner, please rebase your pull request and change its target to 1.10.x.
I don't understand why this failed
The failures are unrelated to your PR, but please rebase this on top of 1.10.x as the bot says.
please tell me how you rebased it :p
I didn't, I just changed the base here in the UI.
What you need to do on your side is to rebase your commit on top of 1.10.x. Something like this:
git rebase --onto origin/1.10.x HEAD^
And then force-push it.
bruh