[DOCS] update phpdox

This commit is contained in:
Marco Stoll 2019-06-27 09:37:42 +02:00
parent 0fbf9a553b
commit 779adda521
13 changed files with 159 additions and 16 deletions

View File

@ -58,6 +58,9 @@
<li>
<a href="#coverage">Coverage</a>
</li>
<li>
<a href="#violations">Violations</a>
</li>
<li>
<a href="#members">Members</a>
</li>
@ -118,6 +121,26 @@
<td class="nummeric"> / </td>
</tr>
</table>
<h2 id="violations">Violations</h2>
<div class="styled">
<h3>PHPMessDetector</h3>
<table class="styled">
<thead>
<tr>
<th>Line</th>
<th>Rule</th>
<th>Message</th>
</tr>
</thead>
<tr>
<td class="line">67</td>
<td>
<a href="http://phpmd.org/rules/cleancode.html#staticaccess" target="_blank" title="Clean Code Rules">StaticAccess</a>
</td>
<td>Avoid using static access to class '\FF\Utils\ClassUtils' in method 'setCommonSuffix'.</td>
</tr>
</table>
</div>
<h2 id="members">Members</h2>
<div class="styled members">
<h4>protected</h4>
@ -177,6 +200,16 @@
</div>
<h2 id="history">History</h2>
<ul class="styled history">
<li>
<h3>2019-06-27T09:36:19+02:00 (commit #<span title="0fbf9a553b09f782b98fbbeec739229b1d9e157b">0fbf9a5</span>)</h3>
<div>
<p>
Author: Marco Stoll (marco.stoll@rocketmail.com) /
Commiter: Marco Stoll (marco.stoll@rocketmail.com)
</p>
<pre class="wrapped">[FEATURE] add phpmd</pre>
</div>
</li>
<li>
<h3>2019-06-26T11:45:44+02:00 (commit #<span title="ca2eea08e396dc5aca6870576469f0b74ee12de7">ca2eea0</span>)</h3>
<div>

View File

@ -80,14 +80,14 @@
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>protected function buildFqClassName(string
$ns,
$namespace,
string
$classIdentifier )
</code>
</div>
<h2 id="parameterlist">Parameters</h2>
<dl class="styled">
<dt><code>$ns</code>
<dt><code>$namespace</code>
string</dt>
<dd/>

View File

@ -102,6 +102,26 @@
<li>Passed: 0 (0%)</li>
</ul>
</div>
<h2 id="violations">Violations</h2>
<div class="styled">
<h3>PHPMessDetector</h3>
<table class="styled">
<thead>
<tr>
<th>Line</th>
<th>Rule</th>
<th>Message</th>
</tr>
</thead>
<tr>
<td class="line">67</td>
<td>
<a href="http://phpmd.org/rules/cleancode.html#staticaccess" target="_blank" title="Clean Code Rules">StaticAccess</a>
</td>
<td>Avoid using static access to class '\FF\Utils\ClassUtils' in method 'setCommonSuffix'.</td>
</tr>
</table>
</div>
</section>
</div>
<footer>

View File

@ -155,6 +155,16 @@
</div>
<h2 id="history">History</h2>
<ul class="styled history">
<li>
<h3>2019-06-27T09:36:19+02:00 (commit #<span title="0fbf9a553b09f782b98fbbeec739229b1d9e157b">0fbf9a5</span>)</h3>
<div>
<p>
Author: Marco Stoll (marco.stoll@rocketmail.com) /
Commiter: Marco Stoll (marco.stoll@rocketmail.com)
</p>
<pre class="wrapped">[FEATURE] add phpmd</pre>
</div>
</li>
<li>
<h3>2019-06-26T11:45:44+02:00 (commit #<span title="ca2eea08e396dc5aca6870576469f0b74ee12de7">ca2eea0</span>)</h3>
<div>

View File

@ -77,14 +77,14 @@
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>protected function buildFqClassName(string
$ns,
$namespace,
string
$classIdentifier )
</code>
</div>
<h2 id="parameterlist">Parameters</h2>
<dl class="styled">
<dt><code>$ns</code>
<dt><code>$namespace</code>
string</dt>
<dd/>

View File

@ -58,6 +58,9 @@
<li>
<a href="#coverage">Coverage</a>
</li>
<li>
<a href="#violations">Violations</a>
</li>
<li>
<a href="#members">Members</a>
</li>
@ -118,6 +121,33 @@
<td class="nummeric"> / </td>
</tr>
</table>
<h2 id="violations">Violations</h2>
<div class="styled">
<h3>PHPMessDetector</h3>
<table class="styled">
<thead>
<tr>
<th>Line</th>
<th>Rule</th>
<th>Message</th>
</tr>
</thead>
<tr>
<td class="line">67</td>
<td>
<a href="http://phpmd.org/rules/cleancode.html#staticaccess" target="_blank" title="Clean Code Rules">StaticAccess</a>
</td>
<td>Avoid using static access to class '\FF\Utils\ClassUtils' in method 'setPrefix'.</td>
</tr>
<tr>
<td class="line">78</td>
<td>
<a href="http://phpmd.org/rules/cleancode.html#staticaccess" target="_blank" title="Clean Code Rules">StaticAccess</a>
</td>
<td>Avoid using static access to class '\FF\Utils\ClassUtils' in method 'buildFqClassName'.</td>
</tr>
</table>
</div>
<h2 id="members">Members</h2>
<div class="styled members">
<h4>protected</h4>
@ -177,6 +207,16 @@
</div>
<h2 id="history">History</h2>
<ul class="styled history">
<li>
<h3>2019-06-27T09:36:19+02:00 (commit #<span title="0fbf9a553b09f782b98fbbeec739229b1d9e157b">0fbf9a5</span>)</h3>
<div>
<p>
Author: Marco Stoll (marco.stoll@rocketmail.com) /
Commiter: Marco Stoll (marco.stoll@rocketmail.com)
</p>
<pre class="wrapped">[FEATURE] add phpmd</pre>
</div>
</li>
<li>
<h3>2019-06-26T11:45:44+02:00 (commit #<span title="ca2eea08e396dc5aca6870576469f0b74ee12de7">ca2eea0</span>)</h3>
<div>

View File

@ -80,14 +80,14 @@
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>protected function buildFqClassName(string
$ns,
$namespace,
string
$classIdentifier )
</code>
</div>
<h2 id="parameterlist">Parameters</h2>
<dl class="styled">
<dt><code>$ns</code>
<dt><code>$namespace</code>
string</dt>
<dd/>
@ -118,6 +118,26 @@
<li>Passed: 0 (0%)</li>
</ul>
</div>
<h2 id="violations">Violations</h2>
<div class="styled">
<h3>PHPMessDetector</h3>
<table class="styled">
<thead>
<tr>
<th>Line</th>
<th>Rule</th>
<th>Message</th>
</tr>
</thead>
<tr>
<td class="line">78</td>
<td>
<a href="http://phpmd.org/rules/cleancode.html#staticaccess" target="_blank" title="Clean Code Rules">StaticAccess</a>
</td>
<td>Avoid using static access to class '\FF\Utils\ClassUtils' in method 'buildFqClassName'.</td>
</tr>
</table>
</div>
</section>
</div>
<footer>

View File

@ -102,6 +102,26 @@
<li>Passed: 0 (0%)</li>
</ul>
</div>
<h2 id="violations">Violations</h2>
<div class="styled">
<h3>PHPMessDetector</h3>
<table class="styled">
<thead>
<tr>
<th>Line</th>
<th>Rule</th>
<th>Message</th>
</tr>
</thead>
<tr>
<td class="line">67</td>
<td>
<a href="http://phpmd.org/rules/cleancode.html#staticaccess" target="_blank" title="Clean Code Rules">StaticAccess</a>
</td>
<td>Avoid using static access to class '\FF\Utils\ClassUtils' in method 'setPrefix'.</td>
</tr>
</table>
</div>
</section>
</div>
<footer>

View File

@ -37,13 +37,13 @@
</div>
<div id="buildinfo">
<h3>Build</h3>
<p>Wed, 26 Jun 2019 11:46:22 +0200</p>
<p>Thu, 27 Jun 2019 09:37:08 +0200</p>
<h3>VCS Info</h3>
<p>
tag: 1.2.1-8-gca2eea0<br/>
tag: 1.2.2-1-g0fbf9a5<br/>
branch: master</p>
<h3>Used Enrichers</h3>
<p>build, git, phpcs, phpunit</p>
<p>build, git, phpcs, phpunit, pmd</p>
</div>
</div>
<div id="mainstage">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -64,7 +64,7 @@
</td>
<td>2.0 KB
</td>
<td>2019-06-26T11:46:02+02:00</td>
<td>2019-06-27T09:36:38+02:00</td>
</tr>
<tr>
<td>
@ -88,15 +88,15 @@
</td>
<td>3.0 KB
</td>
<td>2019-06-26T11:46:02+02:00</td>
<td>2019-06-27T09:36:38+02:00</td>
</tr>
<tr>
<td>
<a href="NamespacePrefixedClassLocator.php.xhtml">NamespacePrefixedClassLocator.php</a>
</td>
<td>2.1 KB
<td>2.2 KB
</td>
<td>2019-06-26T11:46:02+02:00</td>
<td>2019-06-27T09:36:38+02:00</td>
</tr>
<tr>
<td colspan="3">