====================== Rule ``constant_case`` ====================== The PHP constants ``true``, ``false``, and ``null`` MUST be written using the correct casing. Configuration ------------- ``case`` ~~~~~~~~ Whether to use the ``upper`` or ``lower`` case syntax. Allowed values: ``'lower'``, ``'upper'`` Default value: ``'lower'`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New @@ -1,4 +1,4 @@ 'upper']``. .. code-block:: diff --- Original +++ New @@ -1,4 +1,4 @@