Advertisement
danlchenkoandrew

Untitled

Jan 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. class ErrorSpecification implements SpecificationInterface
  2. {
  3.    /**
  4.     * {@inheritdoc}
  5.     */
  6.    public function isSatisfiedBy(ResponseDtoInterface $object): bool
  7.    {
  8.        return $object instanceof ErrorDtoInterface;
  9.    }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement