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:
parent
0e9fb04f06
commit
806ce145ea
@ -745,7 +745,10 @@ class Context
|
||||
return json_encode($summary);
|
||||
}
|
||||
|
||||
public function defineGlobals() : void
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function defineGlobals()
|
||||
{
|
||||
$globals = [
|
||||
'argv' => new Type\Union([
|
||||
|
Loading…
Reference in New Issue
Block a user