Completed
Push — master ( b14b99...9e5ae1 )
by Baptiste
06:00
created
src/Factory/DelegationVerifierFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * @param array $verifiers
16 16
      *
17
-     * @return DelegationVerifier
17
+     * @return \Innmind\Rest\Server\Request\Verifier\DelegationVerifier
18 18
      */
19 19
     public function make(array $verifiers): DelegationVerifier
20 20
     {
Please login to merge, or discard this patch.
src/Factory/HeaderFactoryFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * @param array<string, HeaderFactoryInterface> $factories
18 18
      *
19
-     * @return TryFactory
19
+     * @return \Innmind\Http\Factory\Header\TryFactory
20 20
      */
21 21
     public function make(array $factories): TryFactory
22 22
     {
Please login to merge, or discard this patch.