Failed Conditions
Push — master ( b8d841...bc596e )
by Florent
28:20
created
src/Component/WebFingerEndpoint/ResourceDescriptor.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -24,6 +24,7 @@
 block discarded – undo
24 24
      * @param string[] $aliases
25 25
      * @param mixed[]  $properties
26 26
      * @param Link[]   $links
27
+     * @param string $subject
27 28
      */
28 29
     public function __construct(?string $subject, array $aliases, array $properties, array $links)
29 30
     {
Please login to merge, or discard this patch.
src/Component/WebFingerEndpoint/ResourceRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,5 +17,8 @@
 block discarded – undo
17 17
 
18 18
 interface ResourceRepository
19 19
 {
20
+    /**
21
+     * @return null|ResourceDescriptor
22
+     */
20 23
     public function find(string $resource, Identifier $identifier): ?ResourceDescriptor;
21 24
 }
Please login to merge, or discard this patch.