From 25aa464b15c9f05df31198595d21f0d44a924fc7 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 7 May 2024 12:24:08 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alexander Ebert --- docs/migration/wsc60/php.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration/wsc60/php.md b/docs/migration/wsc60/php.md index 6a1da9e9..a0ab0658 100644 --- a/docs/migration/wsc60/php.md +++ b/docs/migration/wsc60/php.md @@ -49,12 +49,12 @@ This includes the following changes: * The description is a simple text version of the content (no formatting) truncated to 500 characters. * The event as a whole can be linked with a link that leads to the content (the entire area is clickable). -The changes are backwards compatible, but we recommend apply them to ensure a uniform user experience. +The changes are backwards compatible, but we recommend to apply them for a uniform user experience. #### Example ```php -$object = new FooBarrObject(1); +$object = new FooBarObject(1); $event->setTitle(WCF::getLanguage()->getDynamicVariable('com.foo.bar', [ // variables ])); -- 2.20.1