Skip to content

Commit

Permalink
README: fix Yaml config lines
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Apr 5, 2018
1 parent 46d2acb commit b7a3e95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -76,7 +76,7 @@ private function ensureIsAllInstanceOf(array $objects, string $type)
#### :wrench: Configurable

- [in CodeSniffer XML](/src/ObjectCalisthenics/ruleset.xml#L3-L8)
- [in EasyCodingStandard NEON](/easy-coding-standard.yml#L4-L6)
- [in EasyCodingStandard YAML](/easy-coding-standard.yml#L12-L14)

---

Expand Down Expand Up @@ -135,7 +135,7 @@ $containerBuilder->addDefinition(SniffRunner::class);
#### :wrench: Configurable

- [in CodeSniffer XML](/src/ObjectCalisthenics/ruleset.xml#L13-L20)
- [in EasyCodingStandard NEON](/easy-coding-standard.yml#L11-L15)
- [in EasyCodingStandard YAML](/easy-coding-standard.yml#L19-L23)

---

Expand Down Expand Up @@ -170,7 +170,7 @@ class EntityMailer
#### :wrench: Configurable

- [in CodeSniffer XML](/src/ObjectCalisthenics/ruleset.xml#L22-L28)
- [in EasyCodingStandard NEON](/easy-coding-standard.yml#L17-L20)
- [in EasyCodingStandard YAML](/easy-coding-standard.yml#L25-L28)

---

Expand Down Expand Up @@ -264,7 +264,7 @@ class SomeClass
#### :wrench: Configurable

- [in CodeSniffer XML](/src/ObjectCalisthenics/ruleset.xml#L30-L50)
- [in EasyCodingStandard NEON](/easy-coding-standard.yml#L22-L30)
- [in EasyCodingStandard YAML](/easy-coding-standard.yml#L30-L38)

---

Expand Down

0 comments on commit b7a3e95

Please sign in to comment.