Completed
Push — master ( 4b90ba...68ab1d )
by Hans
04:59 queued 02:37
created
src/Query/Token.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -37,6 +37,10 @@
 block discarded – undo
37 37
     public $line;
38 38
     public $column;
39 39
 
40
+    /**
41
+     * @param integer $line
42
+     * @param integer $column
43
+     */
40 44
     public function __construct($type, $value, $line, $column)
41 45
     {
42 46
         $this->type = (int) $type;
Please login to merge, or discard this patch.