Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Compare changes
Issue #3136388 by dww, jyotimishra-developer, nitesh624: Fix phpdocs in core/lib/Drupal/Core/Database/Install/Tasks.php
@@ -82,41 +82,50 @@ abstract class Tasks {
@@ -125,9 +134,9 @@ public function minimumVersion() {
@@ -165,7 +174,10 @@ final public function engineVersionRequirementsCheck() {
@@ -183,7 +195,7 @@ protected function connect() {
@@ -197,7 +209,7 @@ protected function runTestQuery($query, $pass, $fail, $fatal = FALSE) {
@@ -222,12 +234,12 @@ protected function checkEngineVersion() {
@@ -317,13 +329,13 @@ public function getFormOptions(array $database) {
@@ -337,6 +349,16 @@ public function validateDatabaseSettings($database) {