We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b2c71 commit 0dd911bCopy full SHA for 0dd911b
ExpressionLanguage.php
@@ -33,7 +33,7 @@ class ExpressionLanguage
33
*/
34
public function __construct(CacheItemPoolInterface $cache = null, array $providers = [])
35
{
36
- $this->cache = $cache ?: new ArrayAdapter();
+ $this->cache = $cache ?? new ArrayAdapter();
37
$this->registerFunctions();
38
foreach ($providers as $provider) {
39
$this->registerProvider($provider);
0 commit comments