Skip to content
Snippets Groups Projects

Manually apply 3325057-15.patch

Closed Michael Strelan requested to merge issue/drupal-3325057:3325057-fix-phpstan-l2 into 11.x
1 unresolved thread
Files
6
@@ -22,7+22,7 @@
* Dependency object used for comparing version requirement data.
*
* @return string|null
* NULL if compatible, otherwise a string describing the incompatibility.
Please register or sign in to reply
*/
public function checkDependencyMessage(array $modules, $dependency, Dependency $dependency_object) {
if (!isset($modules[$dependency])) {
@@ -49,7+49,7 @@
]);
}
}
return NULL;
}
}
Loading