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 c33b4a3 commit 4342594Copy full SHA for 4342594
src/HasSpecifications.php
@@ -21,14 +21,4 @@ public function dissatisfies(Specification $specification): bool
21
{
22
return (new NotSpecification($specification))->isSatisfiedBy($this);
23
}
24
-
25
- /**
26
- * @deprecated use `satisfies()` instead
27
- *
28
- * @param Specification<self> $specification
29
- */
30
- public function meets(Specification $specification): bool
31
- {
32
- return $this->satisfies($specification);
33
- }
34
0 commit comments