Commit e169e01a authored by Anton Smirnov's avatar Anton Smirnov
Browse files

More docs fixes

parent c0b5e4dc
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,9 +42,9 @@ Default functions:
`round <https://www.php.net/manual/en/function.round.php>`__,
`deg2rad <https://www.php.net/manual/en/function.deg2rad.php>`__,
`rad2deg <https://www.php.net/manual/en/function.rad2deg.php>`__,
`pi <https://www.php.net/manual/en/math.constants.php#constant.m-pi>`,
`e <https://www.php.net/manual/en/math.constants.php#constant.m-e>`,
`if(if, then, else)`.
`pi <https://www.php.net/manual/en/math.constants.php#constant.m-pi>`__,
`e <https://www.php.net/manual/en/math.constants.php#constant.m-e>`__,
if(if, then, else).

.. note::
    ``if()`` is a regular function and therefore is not lazy.
+2 −1
Original line number Diff line number Diff line
@@ -5,4 +5,5 @@ Upgrade Notes
==========

* Comma (``,``) can no longer be used as an operator
* ``InvalidArgumentException`` was replaced with ``DomainException```
* ``InvalidArgumentException`` was replaced with ``DomainException``
* Absolute values of ``Config\BinaryOperator::PRIORITY_*`` constants changed