mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-27 20:06:19 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -19,7 +19,7 @@ use yiiunit\TestCase;
|
||||
*/
|
||||
class SecurityTest extends TestCase
|
||||
{
|
||||
const CRYPT_VECTORS = 'old';
|
||||
public const CRYPT_VECTORS = 'old';
|
||||
|
||||
/**
|
||||
* @var ExposedSecurity
|
||||
|
||||
Reference in New Issue
Block a user