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

Commit

Permalink
Added global matched percent to request based on the results highest …
Browse files Browse the repository at this point in the history
…percent
  • Loading branch information
MarcosPer committed Jun 20, 2019
1 parent 0577590 commit 2d6a9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Report{

function __construct($xml,$c = 0)
function __construct($xml)
{
$this->results = array();
$this->viewUrl = (string) $xml->allviewurl;
Expand Down

0 comments on commit 2d6a9ae

Please sign in to comment.