mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 17:57:58 +00:00
🛀 clean-up (again)
This commit is contained in:
@@ -97,7 +97,6 @@ final class BitMatrix extends QRMatrix{
|
||||
// mirror vertically
|
||||
$this->matrix = array_reverse($this->matrix);
|
||||
// rotate by 90 degrees clockwise
|
||||
/** @phan-suppress-next-line PhanTypeMismatchReturnSuperType */
|
||||
return $this->rotate90();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user