| @@ -82,6 +82,9 @@ | ||
| 82 | 82 | return $this->symfonyResponse; | 
| 83 | 83 | } | 
| 84 | 84 | |
| 85 | + /** | |
| 86 | + * @param string $name | |
| 87 | + */ | |
| 85 | 88 | protected function validateStringParameter($name, $value) | 
| 86 | 89 |      { | 
| 87 | 90 |          if (!is_string($value)) { |