mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
13 lines
105 B
PHP
13 lines
105 B
PHP
<?php
|
|
|
|
function barBar(string $a) : string
|
|
{
|
|
}
|
|
|
|
/**
|
|
* @param string ...$bar
|
|
*/
|
|
function variadic()
|
|
{
|
|
}
|