1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests/stubs/custom_functions.php

9 lines
103 B
PHP

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