Skip to content

Commit 3912a05

Browse files
Merge branch '3.1'
* 3.1: [FrameworkBundle] Check for class existence before is_subclass_of Update GroupSequence.php Code enhancement and cleanup [Form] Fix transformer tests after the ICU update [DI] Add anti-regression test Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)" bumped Symfony version to 3.1.5 updated VERSION for 3.1.4 updated CHANGELOG for 3.1.4 bumped Symfony version to 2.8.11 updated VERSION for 2.8.10 updated CHANGELOG for 2.8.10 [BrowserKit] Fix cookie expiration on 32 bit systems bumped Symfony version to 2.7.18 updated VERSION for 2.7.17 update CONTRIBUTORS for 2.7.17 updated CHANGELOG for 2.7.17 Update misleading comment about RFC4627
2 parents 7a3ee9a + ca809c6 commit 3912a05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

XPath/Translator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ class Translator implements TranslatorInterface
7070
*/
7171
private $attributeMatchingTranslators = array();
7272

73-
/**
74-
* Constructor.
75-
*/
7673
public function __construct(ParserInterface $parser = null)
7774
{
7875
$this->mainParser = $parser ?: new Parser();

0 commit comments

Comments
 (0)