Completed
Push — master ( 08177a...06cf5d )
by Grégoire
11s
created
src/Provider/MetadataInterface.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -20,10 +20,16 @@
 block discarded – undo
20 20
 {
21 21
     public function getTitle(): string;
22 22
 
23
+    /**
24
+     * @return string|null
25
+     */
23 26
     public function getDescription(): ?string;
24 27
 
25 28
     public function getImage(): string;
26 29
 
30
+    /**
31
+     * @return string|null
32
+     */
27 33
     public function getDomain(): ?string;
28 34
 
29 35
     /**
Please login to merge, or discard this patch.