mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 16:37:55 +00:00
🚿 removed html tags and javadoc remnants from docblocks
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user