Skip to content

Commit cdb7b0e

Browse files
committed
docs: replace php with PHP
1 parent 620a560 commit cdb7b0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/installation/upgrade_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Upgrade Guide
2525
1. You have to change the values in the default CI4 config files according to the
2626
changes in the CI3 files. The config names are pretty much the same as in CI3.
2727
2. If you are using custom config files in your CI3 project you have to create those
28-
files as new php classes in your CI4 project in ``app/Config/``. These classes
28+
files as new PHP classes in your CI4 project in ``app/Config/``. These classes
2929
should be in the ``Config`` namespace and should extend ``CodeIgniter\Config\BaseConfig``.
3030
3. Once you have created all custom config classes, you have to copy the variables
3131
from the CI3 config into the new CI4 config class as public class properties.

user_guide_src/source/tutorial/static_pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ methods and variables defined in the ``CodeIgniter\Controller`` class
6666
(*system/Controller.php*).
6767

6868
The **controller is what will become the center of every request** to
69-
your web application. Like any php class, you refer to
69+
your web application. Like any PHP class, you refer to
7070
it within your controllers as ``$this``.
7171

7272
Now that you've created your first method, it's time to make some basic page

0 commit comments

Comments
 (0)