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
cfbf0dfcef
psalm
/
tests
/
fixtures
/
stubs
/
custom_functions.php
13 lines
105 B
PHP
Raw
Normal View
History
Unescape
Escape
Add support for namespaced function definitions
2017-03-19 20:37:07 +01:00
<
?
php
Add some formatting
2019-03-23 19:27:54 +01:00
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
*/
Add some formatting
2019-03-23 19:27:54 +01:00
function
variadic
()
{
}
Reference in New Issue
Copy Permalink