Skip to content

Commit

Permalink
fix documentation mark (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Evgen <[email protected]>
  • Loading branch information
gitHomesPhp and Evgen authored Feb 5, 2021
1 parent ddad9a5 commit 856ad29
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,9 @@ create config `ecs.php`:
declare(strict_types=1);
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symplify\EasyCodingStandard\ValueObject\Option;
return static function(ContainerConfigurator $containerConfigurator): void {
$parameters = $containerConfigurator->parameters();
$parameters->set(Option::SETS, [
'vendor/umbrellio/code-style-php/umbrellio-cs.php'
]);
$containerConfigurator->import(__DIR__ . '/vendor/umbrellio/code-style-php/umbrellio-cs.php');
};
```

Expand Down

0 comments on commit 856ad29

Please sign in to comment.