Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spryker/spryker-shop into feature…
Browse files Browse the repository at this point in the history
…/cc-8666/dev-code-bucket
  • Loading branch information
kraal-spryker committed May 7, 2020
2 parents 60785a4 + c6ba6cc commit 3b082cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parameters:
checkMissingIterableValueType: false
ignoreErrors:
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ protected function getRouter(ContainerInterface $container): RouterInterface
/**
* @param \Spryker\Service\Container\ContainerInterface $container
*
* @return array
* @return mixed[]
*/
protected function getRouteDefinitions(ContainerInterface $container): array
{
Expand Down Expand Up @@ -241,7 +241,7 @@ protected function getRouteDefinitions(ContainerInterface $container): array
}

/**
* @return array
* @return string[][]
*/
protected function getDataCollectorPluginTemplates(): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public function connect(Application $app)
}
}
}

return null;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getDataCollectorPlugins()
/**
* @deprecated Use `\SprykerShop\Yves\WebProfilerWidget\WebProfilerWidgetDependencyProvider::getDataCollectorPlugins` instead.
*
* @return array
* @return \Silex\ServiceProviderInterface[]
*/
protected function getWebProfilerPlugins()
{
Expand Down

0 comments on commit 3b082cd

Please sign in to comment.