Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Commit 2d6a9ae

Browse files
committed
Added global matched percent to request based on the results highest percent
1 parent 0577590 commit 2d6a9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Report{
1515

16-
function __construct($xml,$c = 0)
16+
function __construct($xml)
1717
{
1818
$this->results = array();
1919
$this->viewUrl = (string) $xml->allviewurl;

0 commit comments

Comments
 (0)