Compare commits

..

No commits in common. "b8e587a59e25c4fd397f746eb634410253e5affe" and "b45f1157b471274549e65c9dda2d9792ce4208d4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v3.0.13
v3.0.12

View File

@ -207,7 +207,7 @@ namespace adapters;
foreach ($result['output'] as $line)
{
$matches = [];
preg_match('#=([0-9]+)#u', $line, $matches);
preg_match('#reference=([0-9]+)#u', $line, $matches);
if ($matches[1] ?? false)
{