Completed
Pull Request — master (#28)
by Tom
16:03
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, -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     /**
34 34
      * @api
35 35
      *
36
-     * @param array|ApplicationConfig $config
36
+     * @param ApplicationConfig $config
37 37
      * @param array                   $settings
38 38
      *
39 39
      * @return ConfigServiceProvider
@@ -68,7 +68,6 @@  discard block
 block discarded – undo
68 68
      * @param array|ApplicationConfig    $config
69 69
      * @param string                     $prefix
70 70
      * @param string                     $separator
71
-     * @param ServiceProviderInterface[] $subProviders
72 71
      */
73 72
     public function __construct(
74 73
         $config,
@@ -123,7 +122,7 @@  discard block
 block discarded – undo
123 122
     /**
124 123
      * @param string $name
125 124
      * @param array  $settings
126
-     * @param mixed  $default
125
+     * @param string  $default
127 126
      *
128 127
      * @return mixed
129 128
      */
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
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * @internal
34 34
      *
35
-     * @return ServiceProviderInterface
35
+     * @return AggregateServiceProvider
36 36
      */
37 37
     public function getServiceProvider()
38 38
     {
Please login to merge, or discard this patch.
src/League/InflectorServiceProvider.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.