Compare commits
No commits in common. "b8e587a59e25c4fd397f746eb634410253e5affe" and "b45f1157b471274549e65c9dda2d9792ce4208d4" have entirely different histories.
b8e587a59e
...
b45f1157b4
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue