Skip to content

Commit 2502f09

Browse files
committed
style: align docblock
1 parent 4342594 commit 2502f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HasSpecifications.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
trait HasSpecifications
88
{
99
/**
10-
* @param Specification<self> $specification
10+
* @param Specification<self> $specification
1111
*/
1212
public function satisfies(Specification $specification): bool
1313
{
1414
return $specification->isSatisfiedBy($this);
1515
}
1616

1717
/**
18-
* @param Specification<self> $specification
18+
* @param Specification<self> $specification
1919
*/
2020
public function dissatisfies(Specification $specification): bool
2121
{

0 commit comments

Comments
 (0)