aldi
aldi
Somehow related, I think the phpdoc in `namedMock` is also broken. Phpstan should not be able to guess `TNamedMock` if for example we: ```php $mock = Mockery::namedMock('AnotherName', MyClass::class); ```
Everything that can be done with `mock` can be done with `namedMock`, it just shifts the first parameter. There's a lot more magic in `mock` that I knew of tho.
Hi, the change works, in the sense that larger logs are exported intact from Lambda. If the intended usage of these logs is the creation of metrics, it's kinda easier...