Skip to content

Commit ef1b99d

Browse files
committed
Fix indentation
1 parent ed578ab commit ef1b99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public function provideInvalidDocumentValues()
2222
*/
2323
protected function getCollectionName()
2424
{
25-
$class = new ReflectionClass($this);
25+
$class = new ReflectionClass($this);
2626

27-
return sprintf('%s.%s', $class->getShortName(), hash('crc32b', $this->getName()));
27+
return sprintf('%s.%s', $class->getShortName(), hash('crc32b', $this->getName()));
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)