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