Skip to content

Commit

Permalink
sniffer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Bähr committed Sep 27, 2023
1 parent 7a3f4d9 commit 05c0e1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ private function getStoreFacade(): StoreFacadeInterface
}

/**
* @return \ValanticSpryker\Zed\Category\Business\CategoryFacadeInterface
* @return \Spryker\Zed\Category\Business\CategoryFacadeInterface
*/
private function getCategoryFacade(): CategoryFacadeInterface
{
return $this->getProvidedDependency(NavigationGeneratorDependencyProvider::FACADE_CATEGORY);
}

/**
* @return \ValanticSpryker\Client\CategoryStorage\CategoryStorageClientInterface
* @return \Spryker\Client\CategoryStorage\CategoryStorageClientInterface
*/
private function getCategoryStorageClient(): CategoryStorageClientInterface
{
Expand Down

0 comments on commit 05c0e1b

Please sign in to comment.