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-12 01:09:38 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
4f9067f5c8
psalm
/
tests
/
fixtures
/
stubs
/
namespaced_functions.phpstub
7 lines
62 B
Plaintext
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