Skip to content

Commit eb2f320

Browse files
simPodondrejmirtes
authored andcommitted
Fix Set::map() indent in ds stub
1 parent 726df71 commit eb2f320

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

stubs/ext-ds.stub

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -682,14 +682,14 @@ final class Set implements Collection, ArrayAccess
682682
{
683683
}
684684

685-
/**
686-
* @template TNewValue
687-
* @param callable(TValue): TNewValue $callback
688-
* @return Set<TNewValue>
689-
*/
690-
public function map(callable $callback): Set
691-
{
692-
}
685+
/**
686+
* @template TNewValue
687+
* @param callable(TValue): TNewValue $callback
688+
* @return Set<TNewValue>
689+
*/
690+
public function map(callable $callback): Set
691+
{
692+
}
693693

694694
/**
695695
* @template TValue2

0 commit comments

Comments
 (0)