Skip to content

Commit 539f55c

Browse files
fix: phpstan
1 parent 91db258 commit 539f55c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

includes/gutenberg/feedzy-rss-feeds-loop-block.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ public function render_callback( $attributes, $content ) {
185185
/**
186186
* Magic Tags Replacement.
187187
*
188-
* @param string $content The content.
189-
* @param array $item The item.
190-
* @param array $attributes Loop block attributes.
188+
* @param string $content The content.
189+
* @param array $item The item.
190+
* @param array<string, mixed> $attributes The block attributes.
191191
*
192192
* @return string The content.
193193
*/
@@ -217,9 +217,9 @@ function ( $matches ) use ( $item, $attributes ) {
217217
/**
218218
* Get Dynamic Value.
219219
*
220-
* @param string $key The key.
221-
* @param array $item Feed item.
222-
* @param array $attributes Loop block attributes.
220+
* @param string $key The key.
221+
* @param array $item Feed item.
222+
* @param array<string, mixed> $attributes The block attributes.
223223
*
224224
* @return string The value.
225225
*/

0 commit comments

Comments
 (0)