1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/fixtures/stubs/custom_functions.php

13 lines
105 B
PHP

<?php
function barBar(string $a) : string
{
}
/**
* @param string ...$bar
*/
function variadic()
{
}