nonce === null) { $this->nonce = version_compare(Version::VERSION, '2.12.0', '>=') ? Csp::getStyleNonce() ?? '' : ''; } return parent::getNonce(); } }