mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-27 11:46:01 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -1032,8 +1032,8 @@ class ReleaseController extends Controller
|
||||
return $versions;
|
||||
}
|
||||
|
||||
const MINOR = 'minor';
|
||||
const PATCH = 'patch';
|
||||
public const MINOR = 'minor';
|
||||
public const PATCH = 'patch';
|
||||
|
||||
protected function getNextVersions(array $versions, $type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user