phpcs fixes in Cake/Network/CakeRequest.php

This commit is contained in:
Florian Krämer 2014-11-20 22:16:36 +01:00
parent 728764c543
commit 3f5f8cbc15

View file

@ -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) {