Test Failed
Push — master ( 9f82b3...3c8bc2 )
by Alexey
07:31
created
src/Framework/ServiceProvider/CacheServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @return callable
90
+     * @return \Closure
91 91
      */
92 92
     protected function filesystemCachePoolFactory(): callable
93 93
     {
Please login to merge, or discard this patch.
src/ServiceProvider/src/AbstractServiceProvider.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -89,6 +89,7 @@
 block discarded – undo
89 89
      * Merges config params from service provider with the global configuration.
90 90
      *
91 91
      * @param string[] ...$configFiles
92
+     * @param string $configFiles
92 93
      */
93 94
     protected function loadConfigFromFiles(string ...$configFiles)
94 95
     {
Please login to merge, or discard this patch.