Completed
Push — master ( d4f9db...ec4c85 )
by Thibaud
15:08
created
src/Component/EntityManagerFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
     /**
79 79
      * @param $name
80
-     * @return \PhraseanetSDK\AbstractRepository
80
+     * @return \ProxyManager\Proxy\VirtualProxyInterface
81 81
      */
82 82
     public function getRepository($name)
83 83
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     /**
110 110
      * Builds the options array used to build SDK entity managers
111 111
      *
112
-     * @return array
112
+     * @return string
113 113
      */
114 114
     private function getOptions()
115 115
     {
Please login to merge, or discard this patch.