Skip to content

Commit 2e9d901

Browse files
authored
MAGETWO-66766: Code documentation corrections #7124
2 parents 34879e8 + 1bdf3f4 commit 2e9d901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Cms/Controller/Router.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function __construct(
8787
* Validate and Match Cms Page and modify request
8888
*
8989
* @param \Magento\Framework\App\RequestInterface $request
90-
* @return bool
90+
* @return \Magento\Framework\App\ActionInterface|null
9191
*/
9292
public function match(\Magento\Framework\App\RequestInterface $request)
9393
{

lib/internal/Magento/Framework/HTTP/PhpEnvironment/Request.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ public function getQueryValue($name = null, $default = null)
533533
}
534534

535535
/**
536-
* Retrieve GET parameters
536+
* Set GET parameters
537537
*
538538
* @param string $name
539539
* @param mixed $value

0 commit comments

Comments
 (0)