Skip to content

Commit

Permalink
Fix PHPCS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 24, 2015
1 parent 3fde5d8 commit 08a054a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Network/CorsBuilder.php
Expand Up @@ -25,7 +25,7 @@
* a modified Response.
*
* It is most convenient to get this object via `Request::cors()`.
*
*
* @see Cake\Network\Response::cors()
*/
class CorsBuilder
Expand Down Expand Up @@ -142,7 +142,7 @@ protected function _normalizeDomains($domains)
/**
* Set the list of allowed HTTP Methods.
*
* @param array $domain The allowed HTTP methods
* @param array $methods The allowed HTTP methods
* @return $this
*/
public function allowMethods(array $methods)
Expand Down

0 comments on commit 08a054a

Please sign in to comment.