@@ -226,7 +226,4 @@ |
||
| 226 | 226 | private function checkFormClass($type, $classes) |
| 227 | 227 | { |
| 228 | 228 | return array_filter($classes, function ($subclass) use ($type) { |
| 229 | - return is_a($type, $subclass, true); |
|
| 230 | - }); |
|
| 231 | - } |
|
| 232 | -} |
|
| 229 | + return is_a($type, $subclass |
|
| 233 | 230 | \ No newline at end of file |
@@ -226,7 +226,4 @@ |
||
| 226 | 226 | private function checkFormClass($type, $classes) |
| 227 | 227 | { |
| 228 | 228 | return array_filter($classes, function ($subclass) use ($type) { |
| 229 | - return is_a($type, $subclass, true); |
|
| 230 | - }); |
|
| 231 | - } |
|
| 232 | -} |
|
| 229 | + return is_a($type, $subclass |
|
| 233 | 230 | \ No newline at end of file |
@@ -83,7 +83,4 @@ |
||
| 83 | 83 | : 'hidden', // NEXT_MAJOR: Remove ternary (when requirement of Symfony is >= 2.8) |
| 84 | 84 | >>>>>>> origin/3.x |
| 85 | 85 | 'operator_options' => [], |
| 86 | - 'label' => $this->getLabel(), |
|
| 87 | - ]]; |
|
| 88 | - } |
|
| 89 | -} |
|
| 86 | + 'label' => $this->getLabel |
|
| 90 | 87 | \ No newline at end of file |
@@ -83,7 +83,4 @@ |
||
| 83 | 83 | : 'hidden', // NEXT_MAJOR: Remove ternary (when requirement of Symfony is >= 2.8) |
| 84 | 84 | >>>>>>> origin/3.x |
| 85 | 85 | 'operator_options' => [], |
| 86 | - 'label' => $this->getLabel(), |
|
| 87 | - ]]; |
|
| 88 | - } |
|
| 89 | -} |
|
| 86 | + 'label' => $this->getLabel |
|
| 90 | 87 | \ No newline at end of file |
@@ -165,6 +165,4 @@ |
||
| 165 | 165 | } |
| 166 | 166 | } |
| 167 | 167 | |
| 168 | - return $parentAlias; |
|
| 169 | - } |
|
| 170 | -} |
|
| 168 | + return $parentAlias |
|
| 171 | 169 | \ No newline at end of file |
@@ -165,6 +165,4 @@ |
||
| 165 | 165 | } |
| 166 | 166 | } |
| 167 | 167 | |
| 168 | - return $parentAlias; |
|
| 169 | - } |
|
| 170 | -} |
|
| 168 | + return $parentAlias |
|
| 171 | 169 | \ No newline at end of file |