| @@ -215,9 +215,9 @@ | ||
| 215 | 215 | * |
| 216 | 216 | * @param array $options Raw options |
| 217 | 217 | * @return array Options |
| 218 | 218 | */ |
| 219 | - protected function update( $options ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable | |
| 219 | + protected function update( $options ) { | |
| 220 | 220 | return array(); // It's responsibility of the child class to decide what is saved |
| 221 | 221 | } |
| 222 | 222 | |
| 223 | 223 | /** |