Skip to content

Commit b6da256

Browse files
committed
avoid returning useless null
1 parent 9915bb9 commit b6da256

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Controller/SettingsController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ protected function getSettingByName(array $settings, $name) {
8080
return $setting;
8181
}
8282
}
83-
84-
return null;
8583
}
8684

8785
}

0 commit comments

Comments
 (0)