This website requires JavaScript.
Explore
Help
Sign In
danog
/
psalm
Watch
1
Star
0
Fork
0
You've already forked psalm
mirror of
https://github.com/danog/psalm.git
synced
2024-12-02 17:52:45 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ba603acd7b
psalm
/
tests
/
stubs
/
custom_functions.php
9 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Add support for namespaced function definitions
2017-03-19 20:37:07 +01:00
<
?
php
function
barBar
(
string
$a
)
:
string
{}
Fix #945 - allow ...$foo in docblock for non-user files to inform variadic
2018-12-01 01:21:14 +01:00
/**
*
@
param
string
...
$bar
*/
function
variadic
()
{}
Reference in New Issue
Copy Permalink