Skip to content

Commit 97b60b6

Browse files
authored
fix: applyStateMethod should not be internal (#988)
1 parent 5a554e1 commit 97b60b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FactoryCollection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ public function reuse(object ...$objects): static
239239

240240
/**
241241
* @phpstan-param callable(int):mixed[] $attributes
242-
* @internal
243242
*/
244243
public function applyStateMethod(string $stateMethodName, ?callable $attributes = null): static
245244
{

0 commit comments

Comments
 (0)