chore: lint code

This commit is contained in:
Ben Goldsworthy 2021-05-02 21:25:27 +01:00
parent 7d72930899
commit ebcba982e6

View file

@ -416,7 +416,7 @@ abstract class Engine {
*/
protected function add_select_box( string $setting_name, array $options ): string {
// Collect data for given settings field.
$data = $this->load_setting( $setting_name );
$data = $this->load_setting( $setting_name );
$select_options = '';
// Loop through all array keys.