deepsourcestatus / test-repository

Dead code found after return PHP-W1074
Anti-pattern
Major
8 months ago8 months old
Code found after return statement
 17
 18        return 'hello';
 19
 20        return 'again'; 21        $greet = 'Hello'; 22    }
 23
 24    public function catch()