File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,6 +220,6 @@ protected function createConsumer(array $parameters): Consumer
220220 */
221221 public function createAccessToken (array $ information )
222222 {
223- throw new Unsupported ('It \'s usefull to use this method for OpenID, are you sure? ' );
223+ throw new Unsupported ('It \'s useful to use this method for OpenID, are you sure? ' );
224224 }
225225}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public function __construct(array $token)
2626 parent ::__construct ($ token );
2727
2828 if (!isset ($ token ['id_token ' ])) {
29- throw new InvalidAccessToken ('id_token doesnot exists inside AccessToken ' );
29+ throw new InvalidAccessToken ('id_token does not exist inside AccessToken ' );
3030 }
3131 }
3232
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function testConstructSuccess()
3737 public function testConstructFailedWithNoIdKey ()
3838 {
3939 $ this ->expectException (InvalidAccessToken::class);
40- $ this ->expectExceptionMessage ('id_token doesnot exists inside AccessToken ' );
40+ $ this ->expectExceptionMessage ('id_token does not exist inside AccessToken ' );
4141
4242 $ expectedToken = "XSFJSKLFJDLKFJDLSJFLDSJFDSLFSD " ;
4343 $ expectedExpires = time ();
You can’t perform that action at this time.
0 commit comments