Loading docs/upgrade.rst +4 −4 Original line number Diff line number Diff line Upgrade Notes ############# .. highlight:: php 2.x to 3.0 ========== Loading @@ -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 Loading Loading @@ -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 Loading Loading
docs/upgrade.rst +4 −4 Original line number Diff line number Diff line Upgrade Notes ############# .. highlight:: php 2.x to 3.0 ========== Loading @@ -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 Loading Loading @@ -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 Loading