Skip to content

Commit f0f912d

Browse files
Merge branch '2.7' into 2.8
* 2.7: Remove some unused variables, properties and methods [ExpressionLanguage] Fix parse error on 5.3 [HttpKernel] remove noisy frame in controller stack traces [ExpressionLanguage] throw an SyntaxError instead of letting a undefined index notice Fix php doc in Table class bumped Symfony version to 2.7.40 updated VERSION for 2.7.39 update CONTRIBUTORS for 2.7.39 updated CHANGELOG for 2.7.39
2 parents d3f8bf1 + 6770398 commit f0f912d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Context/LegacyExecutionContext.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
*/
2727
class LegacyExecutionContext extends ExecutionContext
2828
{
29-
private $metadataFactory;
30-
3129
/**
3230
* Creates a new context.
3331
*
@@ -44,7 +42,5 @@ public function __construct(ValidatorInterface $validator, $root, MetadataFactor
4442
$translator,
4543
$translationDomain
4644
);
47-
48-
$this->metadataFactory = $metadataFactory;
4945
}
5046
}

0 commit comments

Comments
 (0)