8000 CS string concat · symfony/symfony@13f2a87 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13f2a87

Browse files
committed
CS string concat
1 parent c286e53 commit 13f2a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ public function testMappingTypeDetection()
180180
$method->setAccessible(true);
181181

182182
// The ordinary fixtures contain annotation
183-
$mappingType = $method->invoke($this->extension, __DIR__ . '/../Fixtures', $container);
183+
$mappingType = $method->invoke($this->extension, __DIR__.'/../Fixtures', $container);
184184
$this->assertSame($mappingType, 'annotation');
185185

186186
// In the attribute folder, attributes are used
187-
$mappingType = $method->invoke($this->extension, __DIR__ . '/../Fixtures/Attribute', $container);
187+
$mappingType = $method->invoke($this->extension, __DIR__.'/../Fixtures/Attribute', $container);
188188
$this->assertSame($mappingType, \PHP_VERSION_ID < 80000 ? 'annotation' : 'attribute');
189189
}
190190

0 commit comments

Comments
 (0)
0