Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
chore(release): 3.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.8](v3.1.7...v3.1.8) (2021-09-29)

### Bug Fixes

* **oop:** remove baseclass and review start session ([46d4f74](46d4f74))
  • Loading branch information
semantic-release-bot committed Sep 29, 2021
1 parent 46d4f74 commit 86ec8aa
Show file tree
Hide file tree
Showing 26 changed files with 146 additions and 139 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.8](https://github.com/hexonet/whmcs-ispapi-widget-account/compare/v3.1.7...v3.1.8) (2021-09-29)


### Bug Fixes

* **oop:** remove baseclass and review start session ([46d4f74](https://github.com/hexonet/whmcs-ispapi-widget-account/commit/46d4f746415a33db9e2288e226f56d5efeaba761))

## [3.1.7](https://github.com/hexonet/whmcs-ispapi-widget-account/compare/v3.1.6...v3.1.7) (2021-09-22)


Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/ispapi_account.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class IspapiAccountWidget extends \WHMCS\Module\AbstractWidget
{
/** @var string */
const VERSION = "3.1.7";//keep it that way (version updater, whmcs needs this accessible in public)
const VERSION = "3.1.8";//keep it that way (version updater, whmcs needs this accessible in public)

/** @var string */
protected $title = 'HEXONET Account Overview';
Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "3.1.7",
"date": "2021-09-22"
"version": "3.1.8",
"date": "2021-09-29"
}
6 changes: 3 additions & 3 deletions reports/WHMCS/App.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account/WHMCS/App.php</title>
<title>Code Coverage for /home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account/WHMCS/App.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../_css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../_css/octicons.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +16,7 @@
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../index.html">/home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../index.html">/home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="index.html">WHMCS</a></li>
<li class="breadcrumb-item active">App.php</li>

Expand Down Expand Up @@ -150,7 +150,7 @@
<h4>Legend</h4>
<p><span class="success"><strong>Executed</strong></span><span class="danger"><strong>Not Executed</strong></span><span class="warning"><strong>Dead Code</strong></span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.24</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.9</a> at Wed Sep 29 11:27:21 CEST 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.7</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.10</a> and <a href="https://phpunit.de/">PHPUnit 9.5.10</a> at Wed Sep 29 9:35:42 UTC 2021.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
8 changes: 4 additions & 4 deletions reports/WHMCS/Config/Setting.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account/WHMCS/Config/Setting.php</title>
<title>Code Coverage for /home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account/WHMCS/Config/Setting.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../_css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../_css/octicons.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +16,7 @@
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../../index.html">/home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../index.html">/home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../index.html">WHMCS</a></li>
<li class="breadcrumb-item"><a href="index.html">Config</a></li>
<li class="breadcrumb-item active">Setting.php</li>
Expand Down Expand Up @@ -151,7 +151,7 @@
<tbody>
<tr class=" d-flex"><td class="col-1 text-right"><a id="1" href="#1">1</a></td><td class="col-11 codeLine"><span class="default">&lt;?php</span></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="2" href="#2">2</a></td><td class="col-11 codeLine"></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="3" href="#3">3</a></td><td class="col-11 codeLine"><span class="keyword">namespace</span><span class="default">&nbsp;</span><span class="default">WHMCS</span><span class="default">\</span><span class="default">Config</span><span class="keyword">;</span></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="3" href="#3">3</a></td><td class="col-11 codeLine"><span class="keyword">namespace</span><span class="default">&nbsp;</span><span class="default">WHMCS\Config</span><span class="keyword">;</span></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="4" href="#4">4</a></td><td class="col-11 codeLine"></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="5" href="#5">5</a></td><td class="col-11 codeLine"><span class="keyword">class</span><span class="default">&nbsp;</span><span class="default">Setting</span></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="6" href="#6">6</a></td><td class="col-11 codeLine"><span class="keyword">{</span></td></tr>
Expand Down Expand Up @@ -190,7 +190,7 @@
<h4>Legend</h4>
<p><span class="success"><strong>Executed</strong></span><span class="danger"><strong>Not Executed</strong></span><span class="warning"><strong>Dead Code</strong></span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.24</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.9</a> at Wed Sep 29 11:27:21 CEST 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.7</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.10</a> and <a href="https://phpunit.de/">PHPUnit 9.5.10</a> at Wed Sep 29 9:35:42 UTC 2021.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
6 changes: 3 additions & 3 deletions reports/WHMCS/Config/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for /home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account/WHMCS/Config</title>
<title>Dashboard for /home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account/WHMCS/Config</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../_css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../_css/nv.d3.min.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +16,7 @@
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../../index.html">/home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../index.html">/home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../index.html">WHMCS</a></li>
<li class="breadcrumb-item"><a href="index.html">Config</a></li>
<li class="breadcrumb-item active">(Dashboard)</li>
Expand Down Expand Up @@ -142,7 +142,7 @@ <h3>Project Risks</h3>
<footer>
<hr/>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.24</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.9</a> at Wed Sep 29 11:27:21 CEST 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.7</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.10</a> and <a href="https://phpunit.de/">PHPUnit 9.5.10</a> at Wed Sep 29 9:35:42 UTC 2021.</small>
</p>
</footer>
</div>
Expand Down
6 changes: 3 additions & 3 deletions reports/WHMCS/Config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account/WHMCS/Config</title>
<title>Code Coverage for /home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account/WHMCS/Config</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../_css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../_css/octicons.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +16,7 @@
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../../index.html">/home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../index.html">/home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../index.html">WHMCS</a></li>
<li class="breadcrumb-item active">Config</li>
<li class="breadcrumb-item">(<a href="dashboard.html">Dashboard</a>)</li>
Expand Down Expand Up @@ -112,7 +112,7 @@ <h4>Legend</h4>
<span class="success"><strong>High</strong>: 90% to 100%</span>
</p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.24</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.9</a> at Wed Sep 29 11:27:21 CEST 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.7</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.10</a> and <a href="https://phpunit.de/">PHPUnit 9.5.10</a> at Wed Sep 29 9:35:42 UTC 2021.</small>
</p>
</footer>
</div>
Expand Down
8 changes: 4 additions & 4 deletions reports/WHMCS/Module/Registrar/Ispapi/Ispapi.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account/WHMCS/Module/Registrar/Ispapi/Ispapi.php</title>
<title>Code Coverage for /home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account/WHMCS/Module/Registrar/Ispapi/Ispapi.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../../_css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../../../_css/octicons.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +16,7 @@
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../../../../index.html">/home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../../../index.html">/home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../../index.html">WHMCS</a></li>
<li class="breadcrumb-item"><a href="../../index.html">Module</a></li>
<li class="breadcrumb-item"><a href="../index.html">Registrar</a></li>
Expand Down Expand Up @@ -132,7 +132,7 @@
<tbody>
<tr class=" d-flex"><td class="col-1 text-right"><a id="1" href="#1">1</a></td><td class="col-11 codeLine"><span class="default">&lt;?php</span></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="2" href="#2">2</a></td><td class="col-11 codeLine"></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="3" href="#3">3</a></td><td class="col-11 codeLine"><span class="keyword">namespace</span><span class="default">&nbsp;</span><span class="default">WHMCS</span><span class="default">\</span><span class="default">Module</span><span class="default">\</span><span class="default">Registrar</span><span class="default">\</span><span class="default">Ispapi</span><span class="keyword">;</span></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="3" href="#3">3</a></td><td class="col-11 codeLine"><span class="keyword">namespace</span><span class="default">&nbsp;</span><span class="default">WHMCS\Module\Registrar\Ispapi</span><span class="keyword">;</span></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="4" href="#4">4</a></td><td class="col-11 codeLine"></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="5" href="#5">5</a></td><td class="col-11 codeLine"><span class="keyword">class</span><span class="default">&nbsp;</span><span class="default">Ispapi</span></td></tr>
<tr class=" d-flex"><td class="col-1 text-right"><a id="6" href="#6">6</a></td><td class="col-11 codeLine"><span class="keyword">{</span></td></tr>
Expand Down Expand Up @@ -209,7 +209,7 @@
<h4>Legend</h4>
<p><span class="success"><strong>Executed</strong></span><span class="danger"><strong>Not Executed</strong></span><span class="warning"><strong>Dead Code</strong></span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.24</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.9</a> at Wed Sep 29 11:27:21 CEST 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.7</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.10</a> and <a href="https://phpunit.de/">PHPUnit 9.5.10</a> at Wed Sep 29 9:35:42 UTC 2021.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
6 changes: 3 additions & 3 deletions reports/WHMCS/Module/Registrar/Ispapi/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for /home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account/WHMCS/Module/Registrar/Ispapi</title>
<title>Dashboard for /home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account/WHMCS/Module/Registrar/Ispapi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../../_css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../../../_css/nv.d3.min.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +16,7 @@
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../../../../index.html">/home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../../../index.html">/home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../../index.html">WHMCS</a></li>
<li class="breadcrumb-item"><a href="../../index.html">Module</a></li>
<li class="breadcrumb-item"><a href="../index.html">Registrar</a></li>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h3>Project Risks</h3>
<footer>
<hr/>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.24</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.9</a> at Wed Sep 29 11:27:21 CEST 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.7</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.10</a> and <a href="https://phpunit.de/">PHPUnit 9.5.10</a> at Wed Sep 29 9:35:42 UTC 2021.</small>
</p>
</footer>
</div>
Expand Down
6 changes: 3 additions & 3 deletions reports/WHMCS/Module/Registrar/Ispapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account/WHMCS/Module/Registrar/Ispapi</title>
<title>Code Coverage for /home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account/WHMCS/Module/Registrar/Ispapi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../../_css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../../../_css/octicons.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +16,7 @@
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../../../../index.html">/home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../../../index.html">/home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../../index.html">WHMCS</a></li>
<li class="breadcrumb-item"><a href="../../index.html">Module</a></li>
<li class="breadcrumb-item"><a href="../index.html">Registrar</a></li>
Expand Down Expand Up @@ -114,7 +114,7 @@ <h4>Legend</h4>
<span class="success"><strong>High</strong>: 90% to 100%</span>
</p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.24</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.9</a> at Wed Sep 29 11:27:21 CEST 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.7</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.10</a> and <a href="https://phpunit.de/">PHPUnit 9.5.10</a> at Wed Sep 29 9:35:42 UTC 2021.</small>
</p>
</footer>
</div>
Expand Down
6 changes: 3 additions & 3 deletions reports/WHMCS/Module/Registrar/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for /home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account/WHMCS/Module/Registrar</title>
<title>Dashboard for /home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account/WHMCS/Module/Registrar</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../_css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../../_css/nv.d3.min.css" rel="stylesheet" type="text/css">
Expand All @@ -16,7 +16,7 @@
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../../../index.html">/home/ad.ks.de/kschwarz/git/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../../index.html">/home/runner/work/whmcs-ispapi-widget-account/whmcs-ispapi-widget-account</a></li>
<li class="breadcrumb-item"><a href="../../index.html">WHMCS</a></li>
<li class="breadcrumb-item"><a href="../index.html">Module</a></li>
<li class="breadcrumb-item"><a href="index.html">Registrar</a></li>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h3>Project Risks</h3>
<footer>
<hr/>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.6</a> using <a href="https://secure.php.net/" target="_top">PHP 7.4.24</a> with <a href="https://xdebug.org/">Xdebug 3.0.4</a> and <a href="https://phpunit.de/">PHPUnit 9.5.9</a> at Wed Sep 29 11:27:21 CEST 2021.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 9.2.7</a> using <a href="https://secure.php.net/" target="_top">PHP 8.0.10</a> and <a href="https://phpunit.de/">PHPUnit 9.5.10</a> at Wed Sep 29 9:35:42 UTC 2021.</small>
</p>
</footer>
</div>
Expand Down
Loading

0 comments on commit 86ec8aa

Please sign in to comment.