You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This assigns (bool)true to $row, instead it should read
while (($row = $reader->getRow()) && $i < 10)
I had to make the change in DocsTest.php to get the tests to pass, when I convert docs.pdf to readme.md, fix this error and make sure the other examples get tested.
The text was updated successfully, but these errors were encountered:
On page 4:
This assigns (bool)true to $row, instead it should read
I had to make the change in DocsTest.php to get the tests to pass, when I convert docs.pdf to readme.md, fix this error and make sure the other examples get tested.
The text was updated successfully, but these errors were encountered: