Skip to content

Commit

Permalink
[cs] correct invalid @param types
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored and nicolas-grekas committed Nov 20, 2018
1 parent df2df80 commit 491046e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EventListener/ExceptionListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected function logException(\Exception $exception, $message)
* @param \Exception $exception The thrown exception
* @param Request $request The original request
*
* @return Request $request The cloned request
* @return Request The cloned request
*/
protected function duplicateRequest(\Exception $exception, Request $request)
{
Expand Down
2 changes: 1 addition & 1 deletion HttpCache/HttpCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function __construct(HttpKernelInterface $kernel, StoreInterface $store,
/**
* Gets the current store.
*
* @return StoreInterface $store A StoreInterface instance
* @return StoreInterface A StoreInterface instance
*/
public function getStore()
{
Expand Down

0 comments on commit 491046e

Please sign in to comment.