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
93c71fe756
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 20:37:07 +01:00
<
?
php
namespace
Foo
;
Add some formatting
2019-03-23 19:27:54 +01:00
function
barBar
(
string
$a
)
:
string
{
}
Reference in New Issue
Copy Permalink