| ... | ... | @@ -47,8 +47,8 @@ class FooBar { | 
| 
 | 
 | 
    /**
 | 
| 
 | 
 | 
     * @param string $dummy Some argument description
 | 
| 
 | 
 | 
     */
 | 
| 
 | 
 | 
    public function __construct ($dummy) {
 | 
| 
 | 
 | 
        $this->fooBar = $this->transformText ($dummy);
 | 
| 
 | 
 | 
    public function __construct($dummy) {
 | 
| 
 | 
 | 
        $this->fooBar = $this->transformText($dummy);
 | 
| 
 | 
 | 
    }
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
    /**
 | 
| ... | ... |  |