From 92eaa54f592b7851634f1faf54b09a852e38ee95 Mon Sep 17 00:00:00 2001 From: Wataru Terada Date: Sun, 20 Dec 2015 23:49:39 +0900 Subject: [PATCH] Fix: Opening brace should be on a new line. --- src/TestSuite/IntegrationTestCase.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TestSuite/IntegrationTestCase.php b/src/TestSuite/IntegrationTestCase.php index d2fdc0a1aaa..ae139f468c6 100644 --- a/src/TestSuite/IntegrationTestCase.php +++ b/src/TestSuite/IntegrationTestCase.php @@ -233,7 +233,8 @@ public function cookie($name, $value) * * @return string */ - protected function _getCookieEncryptionKey() { + protected function _getCookieEncryptionKey() + { if (isset($this->_cookieEncriptionKey)) { return $this->_cookieEncriptionKey; }