John Shaffer
Results
12
issues of
John Shaffer
Removes ifs, elseifs, and elses with no body. Combines them with others when appropriate. ```diff class RemoveDeadIfBlock { public function run($condition) { - if ($value) { - } elseif ($differentValue)...