File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,15 +202,15 @@ without altering its code by:
202
202
203
203
$ ./vendor/bin/var-dump-server
204
204
205
- * run your code with the ``VAR_DUMPER_FORMAT=server `` env variable. For instance, for a CLI command:
205
+ * running your code with the ``VAR_DUMPER_FORMAT=server `` env variable. For instance, for a CLI command:
206
206
207
207
.. code-block :: terminal
208
208
209
209
$ VAR_DUMPER_FORMAT=server [your-cli-command]
210
210
211
211
.. tip ::
212
212
213
- If your code loads environment variables from a dotenv file, you can set the ``VAR_DUMPER_FORMAT=server ``
213
+ If your project loads environment variables from a dotenv file, you can set the ``VAR_DUMPER_FORMAT=server ``
214
214
environment variable in there as well.
215
215
216
216
.. note ::
You can’t perform that action at this time.
0 commit comments