mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
remove index variable not in use
This commit is contained in:
parent
00dddea554
commit
be8b86102f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue