mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-13 16:48:00 +00:00
remove index variable not in use
This commit is contained in:
parent
00dddea554
commit
be8b86102f
@ -71,7 +71,7 @@ class Body
|
||||
{
|
||||
$matches = [];
|
||||
|
||||
foreach ($this->_lines as $i => $line)
|
||||
foreach ($this->_lines as $line)
|
||||
{
|
||||
if (preg_match('/^=>(.*)/', trim($line), $match))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user