Commit 26fae756 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Formatting

parent e4b34404
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
Upgrade Notes
#############

.. highlight:: php

2.x to 3.0
==========

@@ -8,7 +10,7 @@ Upgrade Notes

  * ``addFunctionsFromCallables()`` has ``$lazy`` parameter that may overshadow a function called ``lazy()`` if you defined one

  .. code-block:: php
  ::

    <?php

@@ -45,9 +47,7 @@ Upgrade Notes
        myfunc3: fn ($a) => $a ** 3,
    );

* ``CalcCallException``` is no longer the only exception that Calculator throws:

    .. code-block:: php
* ``CalcCallException``` is no longer the only exception that Calculator throws::

    <?php