Loading core/lib/Drupal/Core/Database/Connection.php +1 −1 Original line number Diff line number Diff line Loading @@ -1314,7 +1314,7 @@ public function __sleep(): array { * * @param string $url * The URL. * @param string $root * @param string|null $root * (deprecated) The root directory of the Drupal installation. Some * database drivers, like for example SQLite, need this information. * Loading core/modules/menu_ui/tests/src/Functional/MenuUiTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -919,7 +919,7 @@ public function verifyMenuLink(MenuLinkContent $item, $item_node, ?MenuLinkConte * * @param \Drupal\menu_link_content\Entity\MenuLinkContent $item * The menu link item to move. * @param int $parent * @param string $parent * The id of the new parent. * @param string $menu_name * The menu the menu link will be moved to. Loading core/modules/migrate/src/Plugin/MigrationPluginManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ public function buildDependencyMigration(array $migrations, array $dynamic_ids) * * @param array $graph * The graph so far, passed by reference. * @param int $id * @param string $id * The migration ID. * @param string $dependency * The dependency string. Loading core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -570,7 +570,7 @@ protected function getHighWater() { /** * Save the new high water mark. * * @param int $high_water * @param int|null $high_water * The high water timestamp. */ protected function saveHighWater($high_water) { Loading core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ public function testEnsureTablesExist(): void { /** * Actually run the test. * * @param array $schema * @param \Drupal\Core\Database\Schema $schema * The mock schema object with expectations set. The Sql constructor calls * ensureTables() which in turn calls this object and the expectations on * it are the actual test and there are no additional asserts added. Loading Loading
core/lib/Drupal/Core/Database/Connection.php +1 −1 Original line number Diff line number Diff line Loading @@ -1314,7 +1314,7 @@ public function __sleep(): array { * * @param string $url * The URL. * @param string $root * @param string|null $root * (deprecated) The root directory of the Drupal installation. Some * database drivers, like for example SQLite, need this information. * Loading
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -919,7 +919,7 @@ public function verifyMenuLink(MenuLinkContent $item, $item_node, ?MenuLinkConte * * @param \Drupal\menu_link_content\Entity\MenuLinkContent $item * The menu link item to move. * @param int $parent * @param string $parent * The id of the new parent. * @param string $menu_name * The menu the menu link will be moved to. Loading
core/modules/migrate/src/Plugin/MigrationPluginManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ public function buildDependencyMigration(array $migrations, array $dynamic_ids) * * @param array $graph * The graph so far, passed by reference. * @param int $id * @param string $id * The migration ID. * @param string $dependency * The dependency string. Loading
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -570,7 +570,7 @@ protected function getHighWater() { /** * Save the new high water mark. * * @param int $high_water * @param int|null $high_water * The high water timestamp. */ protected function saveHighWater($high_water) { Loading
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ public function testEnsureTablesExist(): void { /** * Actually run the test. * * @param array $schema * @param \Drupal\Core\Database\Schema $schema * The mock schema object with expectations set. The Sql constructor calls * ensureTables() which in turn calls this object and the expectations on * it are the actual test and there are no additional asserts added. Loading