Commit Graph

1250 Commits

Author SHA1 Message Date
smiley 3e357b1df8 :octocat: phpstan happy 2026-03-14 17:21:58 +01:00
smiley aa5f04446f :octocat: phan happy (this might be a false positive?) 2026-03-14 16:52:10 +01:00
smiley 634956287a :octocat: dependency update 2026-03-14 16:43:42 +01:00
smiley 768c807523 :octocat: 2026-03-14 16:42:41 +01:00
smiley 2f8cec4dbb :octocat: clamp the module scale value between 1 and 50 2026-02-10 18:30:55 +01:00
smiley 755e075400 :octocat: phpcs happy 2026-02-10 18:29:10 +01:00
smiley 6bd08fde98 :octocat: update phan (https://github.com/phan/phan/issues/5420) 2026-02-10 18:23:35 +01:00
smiley c55c64dfa0 📖 2025-11-23 23:26:24 +01:00
smiley 5536c26155 2025-11-23 22:09:41 +01:00
smiley d54ebd8b18 🔥 please? 2025-11-21 15:54:54 +01:00
smiley a1bb8a0564 🔥 setup-php could you please? 2025-11-21 15:51:31 +01:00
smiley 039a54a6ad 🔥 does this...? 2025-11-21 15:42:50 +01:00
smiley 53e2d8f7fc 🚿 2025-11-18 14:08:09 +01:00
smiley 44d277d537 🚿 order values 2025-11-17 19:09:49 +01:00
smiley 92346420a5 🚿 redundant "static" return type in final class 2025-11-17 18:51:35 +01:00
smiley d0462ee466 :octocat: allow invocation with options iterable for the public facing classes 2025-11-17 18:38:10 +01:00
smiley 490cc43b47 🛀 too many static calls in here 2025-11-14 21:01:37 +01:00
smiley c99f5d4022 🛀 test overhaul 2025-11-02 00:48:56 +01:00
smiley b9d2059743 🚿 2025-11-02 00:33:13 +01:00
smiley 8237857cc3 🚿 move and exclude test traits 2025-11-01 21:28:10 +01:00
smiley 53585226a5 🚒 still not ready 2025-11-01 19:30:11 +01:00
smiley c13dd13df3 🔥 phan v6-dev 2025-11-01 19:26:34 +01:00
smiley 22e6c4b75f 🔥 phan v6-dev 2025-11-01 19:17:11 +01:00
smiley 21b47ffcfb :octocat: 2025-11-01 17:56:54 +01:00
smiley 9c897bea5b 📖 2025-11-01 17:36:22 +01:00
smiley 7448525638 📖 2025-10-29 21:30:23 +01:00
smiley e5e9009aab 🚿 2025-10-29 20:41:19 +01:00
smiley ad1e39aaf6 🚿 2025-10-29 17:49:04 +01:00
smiley ce424fb631 🚿 phan 6.0 is still in the works... 2025-10-29 17:45:45 +01:00
smiley 8ffae8938c 🚿 PHP 8.5 deprecation: imagedestroy() 2025-10-29 17:42:02 +01:00
smiley 1e6006d9df 🔥 PHP 8.5? 2025-10-10 00:06:17 +02:00
smiley 89de3849dd 📖 2025-10-10 00:00:04 +02:00
smiley 2ba2b4ebaa :octocat: phpcs happy 2025-10-09 23:56:26 +02:00
smiley 6a3e93bb3a :octocat: 2025-10-09 23:49:27 +02:00
smiley 02ec24ee07 🚿 2025-10-09 23:44:55 +02:00
smiley ca3db70a66 🚿 switch -> match 2025-10-09 23:37:50 +02:00
smiley ced6668c5d add module group shape example from #233 2025-10-09 23:12:15 +02:00
smiley 92cf2cc130 :octocat: dependency update 2025-10-09 22:42:36 +02:00
smiley ff729b3aba :octocat: QROutputAbstract::collectModules(): remove Closure parameter in favor of concrete method moduleTransform() 2025-10-09 22:41:51 +02:00
smiley 5c948cffd4 📖 remove remaining instances of empty() 2025-10-09 21:34:04 +02:00
smiley 2b7c9b7020 :octocat: remove remaining instances of empty() 2025-10-09 21:31:41 +02:00
smiley 3a610d2838 :octocat: Kanji, Hanzi: do not mess with mb_detect_order(), feed the expected encodings directly into mb_detect_encoding() 2025-09-19 15:17:21 +02:00
smiley 01ff29439d :octocat: DataInterfaceTestAbstract::testValidateString() added an additional test (see #313) 2025-09-19 15:03:54 +02:00
smiley 9d18219e40 Merge remote-tracking branch 'origin/main' 2025-09-19 14:56:52 +02:00
smiley 9eeb2f5845 Merge pull request #313 from eigan/patch-1
Do not use AlphaNum when string contains comma
2025-09-19 14:54:25 +02:00
Einar Gangsø 29cdbcc8cd Remove uneeded test 2025-09-19 14:17:21 +02:00
Einar Gangsø 5d82e8e8c9 Update tests, comma is not supported 2025-09-19 10:45:37 +02:00
Einar Gangsø 03e84852b4 Do not use AlphaNum when string contains comma
Using dash in this context will create a range between `+` and `.` which allows the following characters: `+`, `,`, `-`, `.`. 

The ASCII range is as follow: + (43), , (44), - (45), . (46).

Comma is not supported and will then crash in `write()`.
2025-09-19 10:41:26 +02:00
smiley 7476c1f976 📖 2025-09-18 23:01:31 +02:00
smiley 24d4e6f788 :octocat: not yet 2025-09-16 16:24:27 +02:00