Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 10, 2017
1 parent bd63167 commit 73e2adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/Core/StaticConfigTraitTest.php
Expand Up @@ -460,7 +460,8 @@ public function testCanUpdateClassMap()
*
* @return void
*/
public function testConfigBC() {
public function testConfigBC()
{
$result = TestLogStaticConfig::config(404);
$this->assertNull($result);
}
Expand Down

0 comments on commit 73e2adb

Please sign in to comment.