Parse and validate AT Protocol Lexicons with DTO generation for Laravel
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'refs/heads/dev'

+5 -1
+5 -1
src/Data/BlobReference.php
··· 2 2 3 3 namespace SocialDept\AtpSchema\Data; 4 4 5 + use Illuminate\Contracts\Support\Arrayable; 5 6 use SocialDept\AtpSchema\Exceptions\SchemaValidationException; 6 7 7 - class BlobReference 8 + /** 9 + * @implements Arrayable<string, mixed> 10 + */ 11 + class BlobReference implements Arrayable 8 12 { 9 13 /** 10 14 * CID of the blob.