Completed
Branch master (e25020)
by Richan
03:06
created
src/I18nService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,9 +100,9 @@
 block discarded – undo
100 100
      * Get configuration value for a specific key.
101 101
      *
102 102
      * @param string $key
103
-     * @param mixed  $default
103
+     * @param integer  $default
104 104
      *
105
-     * @return mixed
105
+     * @return string|null
106 106
      */
107 107
     public function getConfig($key, $default = null)
108 108
     {
Please login to merge, or discard this patch.