Completed
Pull Request — master (#33)
by Tom
02:54 queued 37s
created
src/ConfigServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * @api
33 33
      *
34
-     * @param array|ApplicationConfig $config
34
+     * @param ApplicationConfig $config
35 35
      * @param array                   $settings
36 36
      *
37 37
      * @return ConfigServiceProvider
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     /**
146 146
      * @param string $name
147 147
      * @param array  $settings
148
-     * @param mixed  $default
148
+     * @param string  $default
149 149
      *
150 150
      * @return mixed
151 151
      */
Please login to merge, or discard this patch.