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.
2 parents 3fc560e + 0dd911b commit c8bb14cCopy full SHA for c8bb14c
ExpressionLanguage.php
@@ -36,7 +36,7 @@ class ExpressionLanguage
36
*/
37
public function __construct(CacheItemPoolInterface $cache = null, array $providers = [])
38
{
39
- $this->cache = $cache ?: new ArrayAdapter();
+ $this->cache = $cache ?? new ArrayAdapter();
40
$this->registerFunctions();
41
foreach ($providers as $provider) {
42
$this->registerProvider($provider);
0 commit comments