-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix and improve README #56
Conversation
$ composer require --dev sylius-labs/coding-standard | ||
composer require --dev sylius-labs/coding-standard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this copyable.
```php | ||
use Symplify\EasyCodingStandard\Config\ECSConfig;; | ||
return static function (ECSConfig $ecsConfig): void { | ||
$ecsConfig->import('vendor/sylius-labs/coding-standard/ecs.php'); | ||
}; | ||
``` | ||
```php | ||
use Symplify\EasyCodingStandard\Config\ECSConfig; | ||
|
||
return static function (ECSConfig $ecsConfig): void { | ||
$ecsConfig->import(__DIR__ . '/vendor/sylius-labs/coding-standard/ecs.php'); | ||
}; | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Markdown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and use absolute paths
Thanks, Viktor! 🥇 |
You're welcome. |
It was fun to explore your bytes. |
preview https://github.com/szepeviktor/CodingStandard/blob/patch-1/README.md 👀