Formatting
----------
- Tabs MUST be used for indentation, you HAVE TO use a tab size of 8
- - empty lines MUST be indentated as deep as the previos line
-- All identifiers and comments MUST be written in englisch language
+ - empty lines MUST be indentated as deep as the previous line
+- All identifiers and comments MUST be written in English
- PHP
- The closing PHP tag MUST be omitted
- Every file MUST end with a newline character (\n)
$ phpcs -p --extensions=php --standard="`pwd`/CodeSniff/WCF" .
```
3. Fix any errors
-4. Repeat until no more errors show up
\ No newline at end of file
+4. Repeat until no more errors show up