We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b79d7d commit 7591c18Copy full SHA for 7591c18
src/Update/RecipePatcher.php
@@ -59,7 +59,7 @@ public function applyPatch(RecipePatch $patch): bool
59
return true;
60
}
61
62
- if (false === strpos($this->processExecutor->getErrorOutput(), 'with conflicts')) {
+ if (false !== strpos($this->processExecutor->getErrorOutput(), 'with conflicts')) {
63
// successful with conflicts
64
return false;
65
0 commit comments