Loading core/lib/Drupal/Component/Utility/Html.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. * Loading core/lib/Drupal/Core/Config/MemoryStorage.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class MemoryStorage implements StorageInterface { /** * The configuration, an object shared by reference across collections. * * @var \ArrayAccess * @var \ArrayObject */ protected $config; Loading core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading core/lib/Drupal/Core/Htmx/Htmx.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
core/lib/Drupal/Component/Utility/Html.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. * Loading
core/lib/Drupal/Core/Config/MemoryStorage.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ class MemoryStorage implements StorageInterface { /** * The configuration, an object shared by reference across collections. * * @var \ArrayAccess * @var \ArrayObject */ protected $config; Loading
core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
core/lib/Drupal/Core/Htmx/Htmx.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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