@@ -52,7 +52,7 @@ discard block |
||
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 |
||
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 | { |