From 3046461c777b2af2c5f84bd0e55b5c8c1ee16f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Tue, 24 Mar 2020 11:01:22 +0100 Subject: [PATCH] small clarification on the UserPreferences extender --- src/Extend/UserPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)