Skip to content

Commit 1befd3d

Browse files
authored
Update IReader.php
1 parent dd56df2 commit 1befd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Reader/IReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface IReader
1919
public const READ_DATA_ONLY = 2;
2020

2121
/**
22-
* @deprecated 3.1.0 use IGNORE_EMPTY_CELLS instead.
22+
* @deprecated 3.4.0 use IGNORE_EMPTY_CELLS instead.
2323
*/
2424
public const SKIP_EMPTY_CELLS = self::IGNORE_EMPTY_CELLS;
2525

0 commit comments

Comments
 (0)