We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b416e50 commit 8629985Copy full SHA for 8629985
core/manifest/ConfigStaticManifest.php
@@ -78,7 +78,7 @@ public function get($class, $name, $default) {
78
$static = $this->statics[$class][$name];
79
80
if ($static['access'] != T_PRIVATE) {
81
- Deprecation::notice('3.1.0', "Config static $class::\$$name must be marked as private", Deprecation::SCOPE_GLOBAL);
+ Deprecation::notice('3.2.0', "Config static $class::\$$name must be marked as private", Deprecation::SCOPE_GLOBAL);
82
// Don't warn more than once per static
83
$static['access'] = T_PRIVATE;
84
}
0 commit comments