🚿 removed html tags and javadoc remnants from docblocks

This commit is contained in:
codemasher
2021-12-01 22:49:32 +01:00
parent 5c2c92667a
commit 05917f7286
13 changed files with 95 additions and 95 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ namespace chillerlan\QRCode\Detector;
use function sqrt;
/**
* <p>Encapsulates a finder pattern, which are the three square patterns found in
* Encapsulates a finder pattern, which are the three square patterns found in
* the corners of QR Codes. It also encapsulates a count of similar finder patterns,
* as a convenience to the finder's bookkeeping.</p>
* as a convenience to the finder's bookkeeping.
*
* @author Sean Owen
*/
@@ -58,7 +58,7 @@ final class FinderPattern extends ResultPoint{
/**
* Combines this object's current estimate of a finder pattern position and module size
* with a new estimate. It returns a new {@code FinderPattern} containing a weighted average
* with a new estimate. It returns a new FinderPattern containing a weighted average
* based on count.
*/
public function combineEstimate(float $i, float $j, float $newModuleSize):self{