Werner Spiegel

Results 4 issues of Werner Spiegel

```php public function list() { ... } ``` results in ```php function list() { ... } ``` removing the access modifier and puts the opening curly brace in the wrong...