Verified Commit e9b899ef authored by quietone's avatar quietone
Browse files

Issue #3554659 by mstrelan, smustgrave: Fix more incorrect phpdoc type hints (part 2)

(cherry picked from commit 5d0c2ec0)
parent 58994a39
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ public static function normalize($html) {
   * Use \Drupal\Component\Utility\Html::serialize() to serialize this
   * \DOMDocument back to a string.
   *
   * @param string $html
   * @param string|\Stringable $html
   *   The partial HTML snippet to load. Invalid markup will be corrected on
   *   import.
   *
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ class MemoryStorage implements StorageInterface {
  /**
   * The configuration, an object shared by reference across collections.
   *
   * @var \ArrayAccess
   * @var \ArrayObject
   */
  protected $config;

+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ protected function setConnectionSettingsDefaults(&$element, $key, array $default
  /**
   * Runs the operation specified in 'authorize_operation' session property.
   *
   * @param array $filetransfer
   * @param \Drupal\Core\FileTransfer\FileTransfer|false $filetransfer
   *   The FileTransfer object to use for running the operation.
   *
   * @return \Symfony\Component\HttpFoundation\Response|null
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ protected function createBooleanAttribute(string $id, bool $value): void {
   *
   * @param string $id
   *   The HTMX attribute id.
   * @param array{string, string} $value
   * @param array<string, string|int|bool> $value
   *   The attribute values.
   */
  protected function createJsonAttribute(string $id, array $value): void {
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ public function testStateFilterStatesList(): void {
  /**
   * Assert the plugin states.
   *
   * @param string[] $states
   * @param string[][] $states
   *   The states which should appear in the filter.
   *
   * @internal
Loading