Passed
Pull Request — master (#200)
by
unknown
06:48
created
src/Components/Check.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      * @param TokensList $list    the list of tokens that are being parsed
74 74
      * @param array      $options parameters for parsing
75 75
      *
76
-     * @return component
76
+     * @return Check
77 77
      */
78 78
     public static function parse(Parser $parser, TokensList $list, array $options = array())
79 79
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 namespace PhpMyAdmin\SqlParser\Components;
8 8
 
9 9
 use PhpMyAdmin\SqlParser\Component;
10
-use PhpMyAdmin\SqlParser\Context;
11 10
 use PhpMyAdmin\SqlParser\Parser;
12 11
 use PhpMyAdmin\SqlParser\Token;
13 12
 use PhpMyAdmin\SqlParser\TokensList;
Please login to merge, or discard this patch.