Skip to content

Commit

Permalink
Fix: Opening brace should be on a new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
waterada committed Dec 20, 2015
1 parent a8bf766 commit 92eaa54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TestSuite/IntegrationTestCase.php
Expand Up @@ -233,7 +233,8 @@ public function cookie($name, $value)
*
* @return string
*/
protected function _getCookieEncryptionKey() {
protected function _getCookieEncryptionKey()
{
if (isset($this->_cookieEncriptionKey)) {
return $this->_cookieEncriptionKey;
}
Expand Down

0 comments on commit 92eaa54

Please sign in to comment.