Completed
Push — master ( 423aca...75042c )
by Valentin
02:20
created
src/Factory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param string       $role
32 32
      * @param array        $scope
33 33
      *
34
-     * @return ReferenceInterface|null
34
+     * @return PromiseInterface|null
35 35
      * @throws ProxyFactoryException
36 36
      */
37 37
     public function promise(ORMInterface $orm, string $role, array $scope): ?ReferenceInterface
Please login to merge, or discard this patch.