Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit eec7409

Browse files
Update error message
1 parent d683fd1 commit eec7409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(
3434
}
3535

3636
if (self::IN_HEADER !== $in && self::IN_QUERY_PARAM !== $in) {
37-
throw new \LogicException(sprintf('Origin token must in: `%s` or `%s`, can not in: `%s`', self::IN_HEADER, self::IN_QUERY_PARAM, $in));
37+
throw new \LogicException(sprintf('Item must in: `%s` or `%s`, can not in: `%s`', self::IN_HEADER, self::IN_QUERY_PARAM, $in));
3838
}
3939

4040
$this->issuer = $issuer;

0 commit comments

Comments
 (0)