Parse and validate AT Protocol Lexicons with DTO generation for Laravel

Add Arrayable interface to BlobReference

Changed files
+5 -1
src
+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.