From 3e5f6b16b79c394cfcf368245651b3f2e1cc1f1d Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sun, 25 Aug 2019 20:47:39 -0700 Subject: [PATCH] Add documentation for the project setting (#2068) This change exposes the documentation for the project setting. --- docs/running_psalm/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/running_psalm/configuration.md b/docs/running_psalm/configuration.md index 4db2784b7..befe89b24 100644 --- a/docs/running_psalm/configuration.md +++ b/docs/running_psalm/configuration.md @@ -289,3 +289,11 @@ Optional. A list of exceptions to not report for `checkForThrowsDocblock` or `c ``` + +#### `` +Optional. If your codebase uses global variables that are accessed with the `global` keyword, you can declare their type. e.g. +```xml + + + +```