Skip to content

Commit b4071da

Browse files
committed
php-cs-fixer it up
1 parent 1e7c009 commit b4071da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Util/ClassSourceManipulatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public function testAddEntityField(string $sourceFilename, string $propertyName,
225225

226226
private function runAddEntityFieldTests(string $source, string $propertyName, array $fieldOptions, string $expected): void
227227
{
228-
$manipulator = new ClassSourceManipulator($source, false,true);
228+
$manipulator = new ClassSourceManipulator($source, false, true);
229229
$manipulator->addEntityField($propertyName, $fieldOptions);
230230

231231
$this->assertSame($expected, $manipulator->getSourceCode());

0 commit comments

Comments
 (0)