Nginx-Config-Processor icon indicating copy to clipboard operation
Nginx-Config-Processor copied to clipboard

PHP notice when using Text::eol() and passing in a position that is out of range.

Open malc0mn opened this issue 7 years ago • 0 comments

Can be reproduced by this example here:

<?php

$text = new Text('This is a line for testing...');
if ($text->eol(30)) {
    // Do stuff...
}

This pull reuquest will fix that usecase.

malc0mn avatar Oct 08 '17 09:10 malc0mn