I hereby claim:
- I am nesl247 on github.
- I am nesl247 (https://keybase.io/nesl247) on keybase.
- I have a public key whose fingerprint is 24B5 3671 87A3 A2F8 7792 1CC2 38CA 7F92 ECF2 041A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
```php | |
<?php | |
declare(strict_types=1); | |
namespace App\Platform\Errors\Problems; | |
use League\Uri\Uri; | |
use Symfony\Component\HttpFoundation\Response; | |
use Webmozart\Assert\Assert; |