deepsourcestatus / test-repository

Empty block of code found PHP-W1085
Anti-pattern
Major
8 months ago8 months old
Empty try, catch block found
 23
 24    public function catch()
 25    {
 26        try { 27        } catch (\FooCatchException $e) { // nonexistent exception class 28        } 29    }
 30
 31    public function echo()