@@ -300,6 +300,9 @@ |
||
| 300 | 300 | return sprintf("request.attributes.get('version') in ['%s']", implode("', '", $this->versions)); |
| 301 | 301 | } |
| 302 | 302 | |
| 303 | + /** |
|
| 304 | + * @param null|string $conditionOne |
|
| 305 | + */ |
|
| 303 | 306 | private function combineConditions(?string $conditionOne, ?string $conditionTwo): ?string |
| 304 | 307 | { |
| 305 | 308 | if (null === $conditionOne) { |
@@ -218,6 +218,7 @@ |
||
| 218 | 218 | * configuration if the form instance has errors. |
| 219 | 219 | * |
| 220 | 220 | * @param string|false|null |
| 221 | + * @param string|false $content |
|
| 221 | 222 | * |
| 222 | 223 | * @return int HTTP status code |
| 223 | 224 | */ |