1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix PHP7 error

This commit is contained in:
bugreportuser 2019-03-11 08:12:02 -06:00 committed by Matthew Brown
parent 0e9fb04f06
commit 806ce145ea

View File

@ -745,7 +745,10 @@ class Context
return json_encode($summary);
}
public function defineGlobals() : void
/**
* @return void
*/
public function defineGlobals()
{
$globals = [
'argv' => new Type\Union([