Skip to content

Commit e068619

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 2c60af4 + 70ce472 commit e068619

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Command/DebugCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ private function getMetadata($type, $entity)
139139
return;
140140
}
141141
if ($type === 'functions' || $type === 'filters') {
142-
$args = array();
143142
$cb = $entity->getCallable();
144143
if (is_null($cb)) {
145144
return;

0 commit comments

Comments
 (0)