mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Add visibility to all consts, fixes #10550
This commit is contained in:
parent
b6c1afaa47
commit
0db443ba5f
51 changed files with 163 additions and 147 deletions
|
@ -1271,7 +1271,7 @@ Linked Version => 1.2.11',
|
|||
|
||||
class ResourceBundleStub
|
||||
{
|
||||
const STUB_VERSION = '32.0.1';
|
||||
public const STUB_VERSION = '32.0.1';
|
||||
|
||||
/**
|
||||
* @param string $locale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue