Completed
Push — master ( ba296b...39a522 )
by Michal
07:48
created
src/Components/PartitionDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
     }
195 195
 
196 196
     /**
197
-     * @param PartitionDefinition|PartitionDefinition[] $component the component to be built
197
+     * @param PartitionDefinition[] $component the component to be built
198 198
      * @param array                                     $options   parameters for building
199 199
      *
200 200
      * @return string
Please login to merge, or discard this patch.
src/Statements/SetStatement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @var array
28 28
      */
29 29
     public static $CLAUSES = array(
30
-        'SET' => array('SET',         3),
30
+        'SET' => array('SET', 3),
31 31
     );
32 32
 
33 33
     /**
Please login to merge, or discard this patch.
src/Components/CaseExpression.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * @param Parser     $parser the parser that serves as context
67 67
      * @param TokensList $list   the list of tokens that are being parsed
68 68
      *
69
-     * @return Expression
69
+     * @return CaseExpression
70 70
      */
71 71
     public static function parse(Parser $parser, TokensList $list, array $options = array())
72 72
     {
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
@@ -499,7 +499,7 @@
 block discarded – undo
499 499
      * @param Statement      $statement the parsed query that has to be modified
500 500
      * @param TokensList     $list      the list of tokens
501 501
      * @param string         $clause    the clause to be returned
502
-     * @param integer|string $type      The type of the search.
502
+     * @param integer $type      The type of the search.
503 503
      *                                  If int,
504 504
      *                                  -1 for everything that was before
505 505
      *                                  0 only for the clause
Please login to merge, or discard this patch.