Make the one new QRbitrtream() look like the other nine new QRbitstream().
Interestingly, this bug was reported upstream since 2018, and still not fixed:
Differential D25651
Fix typo creating QRbitstream() aklapper on May 16 2024, 15:15. Authored by
Details
Make the one new QRbitrtream() look like the other nine new QRbitstream(). Interestingly, this bug was reported upstream since 2018, and still not fixed: Read the code aloud and realize that this word sound weird. Verify that the class QRbitrtream does not exist, and QRbitstream exists.
Diff Detail
Event TimelineComment Actions It's line 1162. Sorry for the line-ending collision noise, ./bin/arc diff did not want to accept my --ignore-cr-at-eol. Comment Actions Thanks :3 Hoping to be useful I will amend with a minimal sed -i 's/QRbitrtream/QRbitstream/' externals/phpqrcode/phpqrcode.php Interestingly, this bug was reported upstream since 2018, and never fixed: https://github.com/t0k4rt/phpqrcode/issues/47 Let's see if they will ever merge: Comment Actions Uh thanks, I had no idea where the upstream is, good to know because there are a few more issues. :) |