Skip to content

Commit 9a1b9b1

Browse files
committed
backslash
1 parent a5f2f07 commit 9a1b9b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WP_Hook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public function valid(): bool
504504
*
505505
* @link https://www.php.net/manual/en/iterator.rewind.php
506506
*/
507-
#[ReturnTypeWillChange]
507+
#[\ReturnTypeWillChange]
508508
public function rewind(): void
509509
{
510510
reset($this->callbacks);

0 commit comments

Comments
 (0)