Fix >= on SplFileObject::seek migration notes

for PHP 8.0

Closes GH-1506.
This commit is contained in:
Michael Diodone 2022-04-05 14:35:57 +02:00 committed by GitHub
parent 87b5827062
commit 05a2d4c535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1320,7 +1320,7 @@ $array["key"];
<listitem>
<para>
<methodname>SplFileObject::seek</methodname> now always seeks to the beginning of the line.
Previously, positions <literal>=1</literal> sought to the beginning of the next line.
Previously, positions <literal>&gt;=1</literal> sought to the beginning of the next line.
</para>
</listitem>
<listitem>