File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ interface Positionable
1717 public function getLineNumber ();
1818
1919 /**
20- * @deprecated in version 9.0.0, will be removed in v10.0. Use `getLineNumber()` instead.
21- *
2220 * @return int<0, max>
21+ *
22+ * @deprecated in version 8.9.0, will be removed in v9.0. Use `getLineNumber()` instead.
2323 */
2424 public function getLineNo ();
2525
@@ -29,15 +29,15 @@ public function getLineNo();
2929 public function getColumnNumber ();
3030
3131 /**
32- * @deprecated in version 9.0.0, will be removed in v10.0. Use `getColumnNumber()` instead.
33- *
3432 * @return int<0, max>
33+ *
34+ * @deprecated in version 8.9.0, will be removed in v9.0. Use `getColumnNumber()` instead.
3535 */
3636 public function getColNo ();
3737
3838 /**
3939 * @param int<0, max>|null $lineNumber
40- * Providing zero for this parameter is deprecated in version 9.0.0 , and will not be supported from v10 .0.
40+ * Providing zero for this parameter is deprecated in version 8. 9.0, and will not be supported from v9 .0.
4141 * Use `null` instead when no line number is available.
4242 * @param int<0, max>|null $columnNumber
4343 */
You can’t perform that action at this time.
0 commit comments