Verified Commit 8d250265 authored by quietone's avatar quietone
Browse files

docs: #3554676 Fix more incorrect phpdoc type hints (part 3)

parent a876091c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
   *
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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) {
+1 −1
Original line number Diff line number Diff line
@@ -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