Skip to content

Commit eef2b29

Browse files
author
Dominik Liebler
committed
fixed coding style issues
1 parent 1679894 commit eef2b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Structural/Registry/Tests/RegistryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ public function testSetAndGetLogger()
1010
{
1111
$key = Registry::LOGGER;
1212
$object = new \StdClass();
13-
13+
1414
Registry::set($key, $object);
1515
$actual = Registry::get($key);
16-
16+
1717
$this->assertEquals($object, $actual);
1818
$this->assertInstanceOf('StdClass', $actual);
1919
}

0 commit comments

Comments
 (0)