Skip to content

Commit

Permalink
more CS
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Sep 26, 2014
1 parent 070b0ea commit 2db3683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TestSuite/IntegrationTestCase.php
Expand Up @@ -239,6 +239,7 @@ public function delete($url) {
* @param string $method The HTTP method
* @param array|null $data The request data.
* @return void
* @throws \Exception
*/
protected function _sendRequest($url, $method, $data = []) {
$request = $this->_buildRequest($url, $method, $data);
Expand Down
2 changes: 2 additions & 0 deletions tests/TestCase/Log/Engine/FileLogTest.php
Expand Up @@ -34,6 +34,7 @@ class StringObject {
public function __toString() {
return 'Hey!';
}

}

/**
Expand All @@ -50,6 +51,7 @@ class JsonObject implements JsonSerializable {
public function jsonSerialize() {
return ['hello' => 'world'];
}

}

/**
Expand Down

0 comments on commit 2db3683

Please sign in to comment.