Update IReader.php

This commit is contained in:
oleibman
2024-10-05 22:07:53 -07:00
committed by GitHub
parent dd56df2b23
commit 1befd3d8af
+1 -1
View File
@@ -19,7 +19,7 @@ interface IReader
public const READ_DATA_ONLY = 2;
/**
* @deprecated 3.1.0 use IGNORE_EMPTY_CELLS instead.
* @deprecated 3.4.0 use IGNORE_EMPTY_CELLS instead.
*/
public const SKIP_EMPTY_CELLS = self::IGNORE_EMPTY_CELLS;