Passed
Pull Request — master (#58)
by Daniel
06:55 queued 01:16
created
src/Annotation/UploadableField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     public ?string $prefix = null;
27 27
 
28
-    public ?array $imagineFilters = [];
28
+    public ? array $imagineFilters = [];
29 29
 
30 30
     // Nice to have - feature to configure the IRI in the output media objects for this field
31 31
     // public string $iri = 'http://schema.org/MediaObject';
Please login to merge, or discard this patch.