DuplicateFunction Emitted when a function is defined twice <?php function foo() : void {} function bar() : void {} function foo() : void {}