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
2025-01-18 19:42:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
psalm
/
tests
/
fixtures
/
stubs
/
namespaced_functions.phpstub
7 lines
62 B
PHP
Raw
Normal View
History
Unescape
Escape
Add support for namespaced function definitions
2017-03-19 15:37:07 -04:00
<
?
php
namespace
Foo
;
Add some formatting
2019-03-23 14:27:54 -04:00
function
barBar
(
string
$a
)
:
string
{
}
Reference in New Issue
Copy Permalink