DuplicateFunction

March 20, 2020 ยท View on GitHub

Emitted when a function is defined twice

<?php

function foo() : void {}
function bar() : void {}
function foo() : void {}