PhpStorm 2022.3 Help

Code Inspection: Unresolved environment variable

Reports undeclared in the current environment HTTP Client variables.

Executing request with undeclared variables probably fail. Consider adding a variable to the environment or switching on an environment with this variable.

Inspection doesn't report variables in request bodies, because it can be a valid syntax of the body.

Some variables may be not reported as unresolved, because they are declared in response handlers scripts via client.global.set function call.

Suppress an inspection in the editor

  1. Position the caret at the highlighted line and press Alt+Enter or click the Intention action icon.

  2. Click the arrow next to the inspection you want to suppress and select the necessary suppress action.

Last modified: 13 May 2022