Skip to content

Commit 6109e66

Browse files
committed
Fixed build again
1 parent 6bf1da0 commit 6109e66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Type/Doctrine/ObjectRepositoryType.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ public function describe(VerbosityLevel $level): string
2828
return sprintf('%s<%s>', parent::describe($level), $this->entityClass);
2929
}
3030

31+
/**
32+
* @param string[] $properties
33+
* @return self
34+
*/
3135
public static function __set_state(array $properties): Type
3236
{
3337
return new self($properties['entityClass'], $properties['className']);

0 commit comments

Comments
 (0)