Skip to content

Commit

Permalink
There aren't globals any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Aug 31, 2023
1 parent f371f8e commit 68359c4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@
Config::projectPath("lib/polyfills.php")
],

"globals_type_map" => [
"Conf" => '\Conf',
"Me" => '\Contact',
"Qreq" => '\Qrequest',
"prow" => '?PaperInfo',
"paperTable" => 'PaperTable',
"Admin" => '\Contact' // test
],

"suppress_issue_types" => [
"PhanUnusedPublicMethodParameter",
"PhanUnusedVariableValueOfForeachWithKey",
Expand Down

0 comments on commit 68359c4

Please sign in to comment.