@@ -161,7 +161,7 @@ |
||
| 161 | 161 | * |
| 162 | 162 | * @param string $name |
| 163 | 163 | * @param string $type |
| 164 | - * @param mixed $value |
|
| 164 | + * @param string $value |
|
| 165 | 165 | * @param string $profile |
| 166 | 166 | * |
| 167 | 167 | * @return Setting |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | public function getFilters() |
| 27 | 27 | { |
| 28 | 28 | return [ |
| 29 | - 'base64Encode' => new \Twig_SimpleFilter('base64Encode', [$this,'base64EncodeFilter']) |
|
| 29 | + 'base64Encode' => new \Twig_SimpleFilter('base64Encode', [$this, 'base64EncodeFilter']) |
|
| 30 | 30 | ]; |
| 31 | 31 | } |
| 32 | 32 | |