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

Formatting

parent 26fae756
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ Upgrade Notes
        myfunc3: fn ($a) => $a ** 3,
    );

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

    <?php