Skip to content

Commit

Permalink
phpcs fixes in Cake/Network/CakeRequest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Nov 20, 2014
1 parent 728764c commit 3f5f8cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Network/CakeRequest.php
Expand Up @@ -542,7 +542,7 @@ public function getAcceptHeaders() {
/**
* 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) {
Expand All @@ -558,7 +558,7 @@ protected function _headerDetector($detect) {
/**
* 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) {
Expand All @@ -576,7 +576,7 @@ protected function _paramDetector($detect) {
/**
* 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) {
Expand Down

0 comments on commit 3f5f8cb

Please sign in to comment.