Mark Scherer
Mark Scherer
The regexp in both bold and italic InlineStyleExtension replacement seems to swallow those newline characters.
Maybe a custom IDE plugin could help? With e.g. similar syntax for array shapes PHPStan/Psalm use? - https://psalm.dev/docs/annotating_code/type_syntax/array_types/#object-like-arrays - https://phpstan.org/writing-php-code/phpdoc-types#array-shapes
```php * @param array{ * className: string, * targetTable: string, * foreignKey: string, * webroot: string, * dependent: bool, * cascadeCallbacks: bool, * conditions: array, * sort: array, * saveStrategy:...
ping @asgraf
Ping @cakephp/core
For the old auth component I built a token based system, that stores the token in DB It has the advantage of invalidation control - and shorter URLs :) But...
Might also be related to https://github.com/cakephp/phinx/pull/2242 Which is now in v0.15 version release. You can backport this to v0.14 one if needed. v0.13 might be EOL now.
Why not backport to 0.14 only? Shouldn't be any need to still use 0.13 afaik See wiki
0.14 backport is fine, even supporting 7.4 here totally OK, no worries. Thats still the min version for the Cake4 series. A backport PR would be welcome here.
I havent been touching this for years. Maybe the API changed or sth? Would be great if you have the chance to dig deeper here.