]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigPhp.php
namespacing: \Shaarli\Updater
[github/shaarli/Shaarli.git] / application / config / ConfigPhp.php
index 9ed5d31fec0ab36e09a490c77c52952c1eb74db8..cad3459462b2f396039ddd8c085794fe555114be 100644 (file)
@@ -27,7 +27,7 @@ class ConfigPhp implements ConfigIO
     /**
      * Map legacy config keys with the new ones.
      * If ConfigPhp is used, getting <newkey> will actually look for <legacykey>.
-     * The Updater will use this array to transform keys when switching to JSON.
+     * The updater will use this array to transform keys when switching to JSON.
      *
      * @var array current key => legacy key.
      */