Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nuzil committed Oct 2, 2018
1 parent a1dd683 commit cc8d328
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,3 @@ public function isPasswordCorrect(string $password, int $customerId)
return $this->encryptor->validateHash($password, $hash);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function __construct(
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function resolve(
Field $field,
Expand Down
Loading

0 comments on commit cc8d328

Please sign in to comment.