Completed
Push — master ( 19787b...a02705 )
by Michal
02:59
created
src/Components/PartitionDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
     }
199 199
 
200 200
     /**
201
-     * @param PartitionDefinition|PartitionDefinition[] $component The component to be built.
201
+     * @param PartitionDefinition[] $component The component to be built.
202 202
      * @param array                                     $options   Parameters for building.
203 203
      *
204 204
      * @return string
Please login to merge, or discard this patch.
src/Components/Key.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * @param TokensList $list    The list of tokens that are being parsed.
94 94
      * @param array      $options Parameters for parsing.
95 95
      *
96
-     * @return Key[]
96
+     * @return Key
97 97
      */
98 98
     public static function parse(Parser $parser, TokensList $list, array $options = array())
99 99
     {
Please login to merge, or discard this patch.
src/Utils/Query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -505,7 +505,7 @@
 block discarded – undo
505 505
      * @param Statement  $statement The parsed query that has to be modified.
506 506
      * @param TokensList $list      The list of tokens.
507 507
      * @param string     $clause    The clause to be returned.
508
-     * @param int|string $type      The type of the search.
508
+     * @param integer $type      The type of the search.
509 509
      *                              If int,
510 510
      *                                -1 for everything that was before
511 511
      *                                 0 only for the clause
Please login to merge, or discard this patch.
tools/ContextGenerator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * Reads a list of words and sorts it by type, length and keyword.
119 119
      *
120
-     * @param array $files
120
+     * @param string[] $files
121 121
      *
122 122
      * @return array
123 123
      */
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
      *
223 223
      * @param array $options The options that are used in generating this context.
224 224
      *
225
-     * @return array
225
+     * @return string
226 226
      */
227 227
     public static function generate($options)
228 228
     {
Please login to merge, or discard this patch.