Completed
Pull Request — master (#28)
by Tom
02:34
created
src/ApplicationConfig.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
@@ -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.
src/League/Configurator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @internal
21 21
      *
22
-     * @return ServiceProviderInterface
22
+     * @return ApplicationConfigServiceProvider
23 23
      */
24 24
     public function getServiceProvider()
25 25
     {
Please login to merge, or discard this patch.
src/InflectorConfigServiceProvider.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,6 @@
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-     * @param string $interface
39
-     * @param array  $config
40 38
      */
41 39
     private function configureInterface(InflectorDefinition $definition)
42 40
     {
Please login to merge, or discard this patch.