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 63d2c4b commit 3b64fedCopy full SHA for 3b64fed
ExpressionLanguage.php
@@ -25,7 +25,7 @@ class ExpressionLanguage extends BaseExpressionLanguage
25
{
26
public function __construct(ParserCacheInterface $cache = null, array $providers = array())
27
28
- // prepend the default provider to let users overide it easily
+ // prepend the default provider to let users override it easily
29
array_unshift($providers, new ExpressionLanguageProvider());
30
31
parent::__construct($cache, $providers);
0 commit comments