We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4342594 commit 2502f09Copy full SHA for 2502f09
src/HasSpecifications.php
@@ -7,15 +7,15 @@
7
trait HasSpecifications
8
{
9
/**
10
- * @param Specification<self> $specification
+ * @param Specification<self> $specification
11
*/
12
public function satisfies(Specification $specification): bool
13
14
return $specification->isSatisfiedBy($this);
15
}
16
17
18
19
20
public function dissatisfies(Specification $specification): bool
21
0 commit comments