Test Failed
Branch master (c04105)
by Artem
02:02 queued 23s
created
src/RepositoryFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      *
53 53
      * @access	public
54 54
      * @param	string	$code
55
-     * @return	RepositoryInterface
55
+     * @return	Contracts\RepositoryInterface
56 56
      */
57 57
     public function getRepository(string $code): RepositoryInterface
58 58
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      * getFixtureResolver.
139 139
      *
140 140
      * @access	protected
141
-     * @return	FixtureResolverInterface
141
+     * @return	Contracts\FixtureResolverInterface
142 142
      */
143 143
     protected function getFixtureResolver(): FixtureResolverInterface
144 144
     {
Please login to merge, or discard this patch.