diff options
-rw-r--r-- | UPGRADING.INTERNALS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 54f87e62bd..b6c757dc73 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -248,7 +248,7 @@ changes. See: https://wiki.php.net/phpng-upgrading w. Tick functions internal API change Tick functions have different declaration now. They expect a single - single parameter while before they were parameterless. When registering the + parameter while before they were parameterless. When registering the tick function a value for this parameter must be passed. This value will be provided to the tick function on every execution. |