Mark Magyar
|
8bf8800523
|
use empty string comparison instead of strlen call
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
2fd60fad5e
|
use type safe asserts
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
26413e69f0
|
extract strlen check from loop
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
3adb3e54e5
|
add missing delimiter for proper escaping
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
c45f7a23c9
|
fix return types for v3, replace switch with match
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
bdfa67d1f6
|
use static keyword for anonymous function definition
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
7675282f45
|
put scalar types to the right
|
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
|
aadc32e85e
|
make parameter explicitly nullable
|
2023-05-27 21:29:57 +02:00 |
|
Mark Magyar
|
9a1aeb8c1f
|
fix formatting
|
2023-05-27 20:19:48 +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 |
|
William Hall
|
098dce6735
|
📚 duplicate default provider warning into docs
|
2023-04-30 14:36:00 +01:00 |
|
Rob Janssen
|
ae1cc5e8af
|
Merge pull request #105 from RMEngels/master
Add warning of default QR Code provider to README.md
|
2023-04-30 01:27:44 +02:00 |
|
RMEngels
|
6e71f43bb1
|
Add warning of default QR Code provider to README.md
|
2023-04-25 11:30:44 +02:00 |
|
Will Power
|
5968be2cee
|
Merge pull request #102 from NicolasCARPi/badges
Fix badges in README
|
2023-02-27 10:01:43 +00:00 |
|
Nicolas CARPi
|
04e26c9961
|
remove codeclimate badge because coverage is not uploaded there anyway
|
2023-02-25 13:07:20 +01:00 |
|
Nicolas CARPi
|
8391c5efb0
|
fix build badge and codeclimate badge
see: https://github.com/badges/shields/issues/8671
|
2023-02-25 13:05:01 +01:00 |
|
Will Power
|
27cd1e1392
|
Merge pull request #97 from NicolasCARPi/php8
Move to PHP 8.1 minimum version, add typing
v2.0.0-RC1
v2.0.0
|
2023-02-25 11:33:28 +00:00 |
|
Will Power
|
0159e77743
|
Merge pull request #101 from cedric-anne/composer-archive
Ensure composer dist archive contains only usefull files
|
2023-02-25 11:33:05 +00:00 |
|
Nicolas CARPi
|
30248a8fb5
|
address remarks made by MasterOdin
|
2023-02-22 18:08:19 +01:00 |
|
Cédric Anne
|
d6e5e2ef87
|
Ensure composer dist archive contains only usefull files
|
2023-02-22 15:42:38 +01:00 |
|
Nicolas CARPi
|
ab76ac71a4
|
use phpunit 9 instead of @stable
|
2023-02-20 10:31:39 +01:00 |
|
Nicolas CARPi
|
023bfc16f6
|
add Will Power in authors list in composer.json
|
2023-02-20 10:29:18 +01:00 |
|
Nicolas CARPi
|
afb5cb09be
|
add Nicolas CARPi to authors in composer.json
|
2023-02-20 02:35:35 +01:00 |
|
Will Power
|
1d628527e5
|
Merge pull request #98 from thomascorthals/master
Namespace mistake in docs
|
2023-01-06 14:16:58 +00:00 |
|
thomascorthals
|
d4528f58fe
|
Namespace mistake in docs
|
2023-01-06 12:32:08 +01:00 |
|
Nicolas CARPi
|
e6e5d59297
|
lint
|
2022-12-29 14:07:44 +01:00 |
|
Nicolas CARPi
|
a968dd392a
|
remove the MightNotMakeAssertions shim
use expectNotToPerformAssertions() instead
|
2022-12-29 14:04:37 +01:00 |
|
Nicolas CARPi
|
86338cf3cd
|
split constructor in multilines
|
2022-12-29 13:47:06 +01:00 |
|
Nicolas CARPi
|
dc4e99e8c3
|
use @PHP82Migration ruleset
|
2022-12-29 13:46:05 +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
|
4711674ec0
|
crank phpstan to level 6
|
2022-12-29 13:32:02 +01:00 |
|
Nicolas CARPi
|
e049285b46
|
use lint-ci for bacon test
|
2022-12-09 21:46:59 +01:00 |
|
Nicolas CARPi
|
b52655b803
|
add ignore env to php-cs-fixer for ci (php 8.2 issue)
|
2022-12-09 21:44:02 +01:00 |
|
Nicolas CARPi
|
ad89250a8f
|
try adding php8.2 in test matrix
|
2022-12-09 21:37:29 +01:00 |
|
Nicolas CARPi
|
f034bc782e
|
use interface
|
2022-12-09 19:45:53 +01:00 |
|
Nicolas CARPi
|
f8ba3b234b
|
fix endroid qr provider handleErrorCorrectionLevel signature
|
2022-12-09 19:42:16 +01:00 |
|
Nicolas CARPi
|
db6256b5e8
|
fix endroid handleColor
|
2022-12-09 19:37:49 +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
|
25f463d19b
|
turns out I had a global gitignore with lib... -_-'
|
2022-12-09 19:27:50 +01:00 |
|
Nicolas CARPi
|
aaf24a66bd
|
why is phpstan failing in actions?
|
2022-12-09 19:19:24 +01:00 |
|
Nicolas CARPi
|
75d8955967
|
update the actions
|
2022-12-09 18:43:15 +01:00 |
|
Nicolas CARPi
|
7e067166aa
|
use relative path for LICENSE link in README
(really it's to trigger an action!)
|
2022-12-09 18:39:28 +01:00 |
|
Nicolas CARPi
|
58a9628a57
|
add phpstan config file, ignore broken files because of optional lib
and add it to action
|
2022-12-09 18:32:43 +01:00 |
|
Nicolas CARPi
|
887f261c88
|
add CHANGELOG.md
|
2022-12-09 18:18:55 +01:00 |
|