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

7 lines
62 B
PHP
Raw Permalink Normal View History

<?php
namespace Foo;
2019-03-23 19:27:54 +01:00
function barBar(string $a) : string
{
}