Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit c7f654d

Browse files
Merge branch '2.6' into 2.7
* 2.6: fixed typo Fixed minor typo - override [Filesystem] enforce umask while testing [TwigBridge] moved fixtures into their own directory Use $this->iniSet() in tests
2 parents d2f5856 + 495d07a commit c7f654d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Authorization/ExpressionLanguage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ExpressionLanguage extends BaseExpressionLanguage
2525
{
2626
public function __construct(ParserCacheInterface $cache = null, array $providers = array())
2727
{
28-
// prepend the default provider to let users overide it easily
28+
// prepend the default provider to let users override it easily
2929
array_unshift($providers, new ExpressionLanguageProvider());
3030

3131
parent::__construct($cache, $providers);

0 commit comments

Comments
 (0)