diff --git a/src/Extend/UserPreferences.php b/src/Extend/UserPreferences.php index 6ab08d804..ec0673b0d 100644 --- a/src/Extend/UserPreferences.php +++ b/src/Extend/UserPreferences.php @@ -10,7 +10,7 @@ class UserPreferences implements ExtenderInterface { public function extend(Container $container, Extension $extension = null) { - // TODO: Implement extend() method. + // There's nothing here as the logic is contained in the `add()` method directly. } public function add(string $key, callable $transformer = null, $default = null)