mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
156 B
156 B
DuplicateFunction
Emitted when a function is defined twice
<?php
function foo() : void {}
function bar() : void {}
function foo() : void {}