We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97e531 commit a748c1bCopy full SHA for a748c1b
docs/standards.md
@@ -1,7 +1,7 @@
1
# Coding Standard Rules
2
## From PSR2
3
4
-We imported the [PSR2 Standard](./psr2.md) with this override:
+We imported the [PSR2 Standard](./standards/psr2.md) with this override:
5
6
- There MUST NOT be trailing whitespace at the end of blank lines
7
@@ -23,7 +23,7 @@ We imported the [PSR2 Standard](./psr2.md) with this override:
23
24
## From symfony
25
26
-We mainly respect the [Symfony Standard](./symfony.md) but
+We mainly respect the [Symfony Standard](./standards/symfony.md) but
27
28
- We do not respect this rule:
29
0 commit comments