Completed
Pull Request — master (#28)
by Tom
02:23
created
src/Config.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * @api
24 24
      *
25
-     * @param array  $patterns
25
+     * @param string[]  $patterns
26 26
      * @param string $separator
27 27
      *
28 28
      * @return self
Please login to merge, or discard this patch.
src/ConfigServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * @api
31 31
      *
32
-     * @param array|Config $config
32
+     * @param Config $config
33 33
      * @param array        $settings
34 34
      *
35 35
      * @return ConfigServiceProvider
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * @param string $name
143 143
      * @param array  $settings
144
-     * @param mixed  $default
144
+     * @param string  $default
145 145
      *
146 146
      * @return mixed
147 147
      */
Please login to merge, or discard this patch.