mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-23 22:07:57 +00:00
:octocat: proper names for QRMatrix getters
This commit is contained in:
@@ -223,7 +223,7 @@ final class AlignmentPatternFinder{
|
||||
* @return float|null vertical center of alignment pattern, or null if not found
|
||||
*/
|
||||
private function crossCheckVertical(int $startI, int $centerJ, int $maxCount, int $originalStateCountTotal):?float{
|
||||
$maxI = $this->matrix->size();
|
||||
$maxI = $this->matrix->getSize();
|
||||
$stateCount = [];
|
||||
$stateCount[0] = 0;
|
||||
$stateCount[1] = 0;
|
||||
|
||||
Reference in New Issue
Block a user