mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Adding a PHP 7.0-friendly return annotation to a test.
This commit is contained in:
parent
cb36c67f6c
commit
e6a1369d08
@ -85,7 +85,10 @@ class ReportOutputTest extends TestCase
|
||||
);
|
||||
}
|
||||
|
||||
public function testGetOutputForGetPsalmDotOrg(): void
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function testGetOutputForGetPsalmDotOrg()
|
||||
{
|
||||
$file_contents = '<?php
|
||||
function psalmCanVerify(int $your_code): ?string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user