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-15 19:07:00 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
64217cdf47
psalm
/
tests
/
fixtures
/
DummyProjectWithErrors
/
src
/
FileWithErrors.php
8 lines
88 B
PHP
Raw
Normal View
History
Unescape
Escape
Add end to end tests that invoke psalm as a separate process (#1798) * Add end to end tests that invoke psalm as a separate process * Assert that psalm --init creates config file
2019-06-16 21:56:00 +02:00
<
?
php
namespace
Acme\SampleProject
;
Apply PHPCS fixes Fixes #1880
2019-07-05 22:24:00 +02:00
function
foo
(
string
$s
)
:
int
{
return
'bar'
;
Add end to end tests that invoke psalm as a separate process (#1798) * Add end to end tests that invoke psalm as a separate process * Assert that psalm --init creates config file
2019-06-16 21:56:00 +02:00
}
Reference in New Issue
Copy Permalink