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