mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fix StyleCI issues and remove phpdoc order from StyleCI
This commit is contained in:
@@ -24,8 +24,8 @@ class CryptTraitTest extends TestCase
|
||||
return $this->encryptDecrypt($cryptStub);
|
||||
}
|
||||
|
||||
protected function encryptDecrypt(CryptTraitStub $cryptStub) {
|
||||
|
||||
protected function encryptDecrypt(CryptTraitStub $cryptStub)
|
||||
{
|
||||
$payload = 'alex loves whisky';
|
||||
$encrypted = $cryptStub->doEncrypt($payload);
|
||||
$plainText = $cryptStub->doDecrypt($encrypted);
|
||||
|
Reference in New Issue
Block a user