We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9026b commit 98a6d35Copy full SHA for 98a6d35
user_guide_src/source/changelogs/v4.6.0.rst
@@ -97,6 +97,9 @@ Method Signature Changes
97
changed. The ``RouteCollection`` typehint has been changed to ``RouteCollectionInterface``.
98
- **View:** The return type of the ``renderSection()`` method has been
99
changed to ``string``, and now the method does not call ``echo``.
100
+- **Time:** The first parameter type of the ``createFromTimestamp()`` has been
101
+ changed from ``int`` to ``int|float``, and the return type ``static``` has been
102
+ added.
103
104
Removed Type Definitions
105
------------------------
0 commit comments