Skip to content

Commit 41de881

Browse files
committed
docs: move the sentence
1 parent cc7be62 commit 41de881

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/general/environments.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The ENVIRONMENT Constant
2020

2121
By default, CodeIgniter comes with the ``ENVIRONMENT`` constant set to use
2222
the value provided in ``$_SERVER['CI_ENVIRONMENT']``, otherwise defaulting to
23-
``production``. This can be set in several ways depending on your server setup.
23+
``production``.
2424

2525
.. note:: The environment ``testing`` is reserved for PHPUnit testing.
2626
It has special conditions built into the framework at various places to assist with that.
@@ -30,6 +30,8 @@ the value provided in ``$_SERVER['CI_ENVIRONMENT']``, otherwise defaulting to
3030

3131
> php spark env
3232

33+
This can be set in several ways depending on your server setup.
34+
3335
.env
3436
----
3537

0 commit comments

Comments
 (0)