I hereby claim:
- I am devnix on github.
- I am devnix (https://keybase.io/devnix) on keybase.
- I have a public key whose fingerprint is F533 CBB2 E009 31F8 DC9F CDB9 C366 D0EA 569E D236
To claim this, I am signing this object:
| <?php | |
| declare(strict_types=1); | |
| namespace Shared\Domain\DependencyInjection; | |
| interface ContainerInterface | |
| { | |
| /** | |
| * @return object|null |
| <?php | |
| function flattenExceptionBacktrace(\Exception $exception) { | |
| $traceProperty = (new \ReflectionClass('Exception'))->getProperty('trace'); | |
| $traceProperty->setAccessible(true); | |
| $flatten = function(&$value, $key) { | |
| if ($value instanceof \Closure) { | |
| $closureReflection = new \ReflectionFunction($value); | |
| $value = sprintf( | |
| '(Closure at %s:%s)', |
I hereby claim:
To claim this, I am signing this object: