Skip to content

Commit dc8a059

Browse files
author
Hugo Santiago Becerra Adán
committed
Fix coding style
1 parent bacca5d commit dc8a059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public function configureProject(Event $event)
262262

263263
// 'name' and 'description' are only required for public packages
264264
// don't use $manipulator->removeProperty() for BC with Composer 1.0
265-
$contents = preg_replace(['{^\s*+"(?:name)":.*,$\n}m', '{^\s*+"(?:description)":.*,$\n}m',], '', $manipulator->getContents(), 1);
265+
$contents = preg_replace(['{^\s*+"(?:name)":.*,$\n}m', '{^\s*+"(?:description)":.*,$\n}m'], '', $manipulator->getContents(), 1);
266266
file_put_contents($json->getPath(), $contents);
267267

268268
$this->updateComposerLock();

0 commit comments

Comments
 (0)