Skip to content

Commit dafc580

Browse files
committed
🚿
1 parent 642caeb commit dafc580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Authenticators/AuthenticatorInterfaceTestAbstract.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ abstract public static function uriSettingsProvider():array;
147147
public function getUri(array $options, string $expected):void{
148148

149149
$this->authenticatorInterface
150+
/** @phan-suppress-next-line PhanTypeMismatchArgumentReal */
150151
->setOptions($options)
151152
->setSecret(self::secret)
152153
;

0 commit comments

Comments
 (0)