Moln
Moln
Is there a solution?
**General Information** - [ ] Bug - [ ] Improvement - [x] Feature - [ ] Other **Description** For simply use state properties. ```typescript @component() export default class Hello extends...
I will try use it combine swoole for connect multiple replications. Let's `Config` static properties to non-static will be better. ```php $config = (new ConfigBuilder()) ->withUser('root') ->withHost('192.168.1.10') ->withPort(3306) ->withPassword('123456') ->build();...
`Helper::convertAssocArrayToObject` vs `Helper::toJSON`. It's seem the same feature.
Add `$file` argument in `SanitizerCallback`. For compute and rename to hash file name.
之前用 sdebug还能解决配合 phpunit 出单元测试覆盖率报告,yasd似乎没这能力。 PHP 8.0之后的项目,都没办法了
I had read the guide, but not found build the singleton example. ```go // wire.go func InitializeFoo() *Foo { panic(wire.Build(NewFoo)) } // wire_gen.go func InitializeFoo() *Foo { return NewFoo() }...
https://github.com/rcrowe/TwigBridge/blob/b8bd5db744d51adb11623547f281dfaf5ac60230/src/ServiceProvider.php#L263 Need: ```php $this->app->alias('twig', Twig_Environment::class); $this->app->alias('twig', \Twig\Environment::class); ```
Will implement PSR15 ?
I saw the `Session::extractSerializableValue` method comment > This value should be used by `set()` operations to ensure that the values > within a session are serializable across any session adapter....