Browse Source

remove index variable not in use

main
yggverse 6 months ago
parent
commit
be8b86102f
  1. 2
      src/Gemtext/Body.php

2
src/Gemtext/Body.php

@ -71,7 +71,7 @@ class Body
{ {
$matches = []; $matches = [];
foreach ($this->_lines as $i => $line) foreach ($this->_lines as $line)
{ {
if (preg_match('/^=>(.*)/', trim($line), $match)) if (preg_match('/^=>(.*)/', trim($line), $match))
{ {

Loading…
Cancel
Save