8000 cs · msgphp/msgphp@24c6950 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24c6950

Browse files
committed
cs
1 parent a7b74ce commit 24c6950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Factory/GenericDomainObjectFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
final class GenericDomainObjectFactory implements DomainObjectFactory
1616
{
17-
/** @var array<class-string, class-string> $classMapping */
17+
/** @var array<class-string, class-string> */
1818
private $classMapping;
1919
/** @var null|DomainObjectFactory */
2020
private $factory;

0 commit comments

Comments
 (0)
0