Completed
Push — master ( 00392a...f7852e )
by Richard
06:17
created
src/Definition/Tokenizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     /**
105 105
      * Get the current position in the source.
106 106
      *
107
-     * @return  int[]   [line, column]
107
+     * @return  integer[]   [line, column]
108 108
      */
109 109
     public function source_position() {
110 110
         $str = "";
Please login to merge, or discard this patch.