Completed
Pull Request — master (#314)
by
unknown
01:54
created
src/Hal/Application/Application.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
 
121 121
     /**
122 122
      * Standardize the output error when an exception occurs.
123
-     * @param Throwable $e Throwable object we will get its message to output.
123
+     * @param ConfigException $e Throwable object we will get its message to output.
124 124
      * @return CliOutput
125 125
      */
126 126
     private function outputException(Throwable $e)
Please login to merge, or discard this patch.
src/Hal/Component/Issue/Issuer.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @param $status
141
+     * @param integer $status
142 142
      */
143 143
     protected function terminate($status)
144 144
     {
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     }
147 147
 
148 148
     /**
149
-     * @param $logfile
149
+     * @param string $logfile
150 150
      * @param $log
151 151
      * @return $this
152 152
      */
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     }
162 162
 
163 163
     /**
164
-     * @param $debugKey
164
+     * @param string $debugKey
165 165
      * @param $value
166 166
      * @return $this
167 167
      */
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
     }
173 173
 
174 174
     /**
175
-     * @param $debugKey
175
+     * @param string $debugKey
176 176
      * @return $this
177 177
      */
178 178
     public function clear($debugKey)
Please login to merge, or discard this patch.
src/Hal/Report/Csv/Reporter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * Reporter constructor.
30 30
      *
31 31
      * @param Config $config
32
-     * @param Output|OutputInterface $output
32
+     * @param Output $output
33 33
      */
34 34
     public function __construct(Config $config, Output $output)
35 35
     {
Please login to merge, or discard this patch.
src/Hal/Report/Html/Reporter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,8 +116,8 @@
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @param $source
120
-     * @param $destination
119
+     * @param string $source
120
+     * @param string $destination
121 121
      * @param Consolidated $consolidated
122 122
      * @param $history
123 123
      * @return $this
Please login to merge, or discard this patch.
src/Hal/Metric/System/Changes/GitChanges.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * GitChanges constructor.
30 30
      *
31 31
      * @param Config $config
32
-     * @param array $files
32
+     * @param string[] $files
33 33
      */
34 34
     public function __construct(Config $config, array $files)
35 35
     {
Please login to merge, or discard this patch.
src/Hal/Metric/System/Packages/Composer/Composer.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
      * GitChanges constructor.
23 23
      *
24 24
      * @param Config $config
25
-     * @param array $files
25
+     * @param string[] $files
26 26
      */
27 27
     public function __construct(Config $config, array $files)
28 28
     {
Please login to merge, or discard this patch.
src/Hal/Metric/System/UnitTesting/UnitTesting.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * GitChanges constructor.
35 35
      *
36 36
      * @param Config $config
37
-     * @param array $files
37
+     * @param string[] $files
38 38
      */
39 39
     public function __construct(Config $config, array $files)
40 40
     {
Please login to merge, or discard this patch.