Mark Magyar
|
e554a9b5e4
|
change all $qrtext to camelCase version
|
2023-05-28 19:47:10 +02:00 |
|
Mark Magyar
|
bdfa67d1f6
|
use static keyword for anonymous function definition
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
1ca305ec4a
|
use spread syntax instead of array_merge
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
4c8a88224a
|
replace switch with match
|
2023-05-27 20:14:33 +02:00 |
|
Mark Magyar
|
9523b35d34
|
use strict comparison
|
2023-05-27 20:06:37 +02:00 |
|
Mark Magyar
|
cc9400d901
|
fix possible typo in parameter name
Interface's method signature:
```php
public function getQRCodeImage(string $qrtext, int $size): string;
```
|
2023-05-27 20:05:58 +02:00 |
|
Mark Magyar
|
dfb5c1a113
|
make $borderWidth readonly
|
2023-05-27 20:04:08 +02:00 |
|
Nicolas CARPi
|
30248a8fb5
|
address remarks made by MasterOdin
|
2023-02-22 18:08:19 +01:00 |
|
Nicolas CARPi
|
86338cf3cd
|
split constructor in multilines
|
2022-12-29 13:47:06 +01:00 |
|
Nicolas CARPi
|
656e966cdf
|
remove useless function comment
|
2022-12-29 13:43:52 +01:00 |
|
Nicolas CARPi
|
921425d0ff
|
use psr12 in phpcs config
|
2022-12-29 13:35:16 +01:00 |
|
Nicolas CARPi
|
041d0e38e2
|
fix bacon construct signature
|
2022-12-09 19:36:47 +01:00 |
|
Nicolas CARPi
|
1e75674a45
|
fix action php version and handleColour function signature for bacon qr
|
2022-12-09 19:32:27 +01:00 |
|
Nicolas CARPi
|
ac721e57b9
|
add php-cs-fixer
|
2022-12-07 23:10:13 +01:00 |
|
Nicolas CARPi
|
a8c297c178
|
second batch with QR providers
|
2022-12-07 23:02:41 +01:00 |
|
William Hall
|
2d1ec8d265
|
🐛 be more specific with hex colour handling
|
2021-12-19 19:44:10 +00:00 |
|
William Hall
|
45bdc41597
|
integrate bacon qr code
|
2019-12-01 10:55:08 +00:00 |
|