mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
phpcs fixes in Cake/Network/CakeRequest.php
This commit is contained in:
parent
728764c543
commit
3f5f8cbc15
1 changed files with 3 additions and 3 deletions
|
@ -542,7 +542,7 @@ class CakeRequest implements ArrayAccess {
|
|||
/**
|
||||
* Detects if a specific header is present.
|
||||
*
|
||||
* @param $detect Detector options array.
|
||||
* @param array $detect Detector options array.
|
||||
* @return bool Whether or not the request is the type you are checking.
|
||||
*/
|
||||
protected function _headerDetector($detect) {
|
||||
|
@ -558,7 +558,7 @@ class CakeRequest implements ArrayAccess {
|
|||
/**
|
||||
* Detects if a specific header is present
|
||||
*
|
||||
* @param $detect Detector options array.
|
||||
* @param array $detect Detector options array.
|
||||
* @return bool Whether or not the request is the type you are checking.
|
||||
*/
|
||||
protected function _paramDetector($detect) {
|
||||
|
@ -576,7 +576,7 @@ class CakeRequest implements ArrayAccess {
|
|||
/**
|
||||
* Detects if a specific header is present
|
||||
*
|
||||
* @param $detect Detector options array.
|
||||
* @param array $detect Detector options array.
|
||||
* @return bool Whether or not the request is the type you are checking.
|
||||
*/
|
||||
protected function _environmentDetector($detect) {
|
||||
|
|
Loading…
Reference in a new issue