Completed
Pull Request — master (#189)
by Valentin
02:37
created
source/Spiral/Views/Processors/EvaluateProcessor.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,6 @@
 block discarded – undo
69 69
     /**
70 70
      * {@inheritdoc}
71 71
      *
72
-     * @param Isolator|null $isolator
73 72
      */
74 73
     public function modify(
75 74
         EnvironmentInterface $environment,
Please login to merge, or discard this patch.
source/Spiral/Commands/ORM/SchemaCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @param $builder
135
+     * @param SchemaBuilder $builder
136 136
      */
137 137
     protected function showChanges($builder)
138 138
     {
Please login to merge, or discard this patch.
source/Spiral/Debug/LogManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      *
112 112
      * @param string $channel
113 113
      *
114
-     * @return array
114
+     * @return HandlerInterface[]
115 115
      */
116 116
     protected function createHandlers(string $channel): array
117 117
     {
Please login to merge, or discard this patch.
source/Spiral/Console/ConsoleDispatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
      * @param \Closure                                          $closure
210 210
      * @param \Symfony\Component\Console\Output\OutputInterface $output
211 211
      *
212
-     * @return mixed
212
+     * @return OutputInterface
213 213
      */
214 214
     private function runScoped(\Closure $closure, OutputInterface $output)
215 215
     {
Please login to merge, or discard this patch.
source/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
      * @param string $prefix  Value prefix, "{" by default.
106 106
      * @param string $postfix Value postfix "}" by default.
107 107
      *
108
-     * @return mixed
108
+     * @return string
109 109
      */
110 110
     function interpolate(
111 111
         string $format,
Please login to merge, or discard this patch.
source/Spiral/Models/Traits/TimestampsTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     /**
101 101
      * Create appropriate schema modification listener. Executed only in analysis.
102 102
      *
103
-     * @return callable
103
+     * @return \Closure
104 104
      */
105 105
     private static function __timestamps__describeListener()
106 106
     {
Please login to merge, or discard this patch.
source/Spiral/Http/Routing/Router.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -49,8 +49,6 @@
 block discarded – undo
49 49
     /**
50 50
      * {@inheritdoc}
51 51
      *
52
-     * @param RouteInterface|array $default  Default route or options to construct instance of
53
-     *                                       DirectRoute.
54 52
      * @param string               $basePath Automatically added to all urls.
55 53
      *
56 54
      * @throws RouterException
Please login to merge, or discard this patch.