1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests/stubs/custom_functions.php

9 lines
103 B
PHP
Raw Normal View History

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