diff --git a/main/lp/learnpathItem.class.php b/main/lp/learnpathItem.class.php index b699f3fe8c..87a4c53a4e 100755 --- a/main/lp/learnpathItem.class.php +++ b/main/lp/learnpathItem.class.php @@ -250,6 +250,7 @@ class learnpathItem /** * Closes/stops the item viewing. Finalises runtime values. * If required, save to DB. + * * @param bool $prerequisitesCheck Needed to check if asset can be set as completed or not * * @return bool True on success, false otherwise diff --git a/plugin/xapi/src/XApiPlugin.php b/plugin/xapi/src/XApiPlugin.php index d85af9d1d3..ccf2c29459 100644 --- a/plugin/xapi/src/XApiPlugin.php +++ b/plugin/xapi/src/XApiPlugin.php @@ -344,7 +344,6 @@ class XApiPlugin extends Plugin implements HookPluginInterface } /** - * @param array $haystack * @param string $needle * * @return string diff --git a/plugin/zoom/lib/ZoomPlugin.php b/plugin/zoom/lib/ZoomPlugin.php index 9c3f5a6131..8e181cd4a8 100644 --- a/plugin/zoom/lib/ZoomPlugin.php +++ b/plugin/zoom/lib/ZoomPlugin.php @@ -259,7 +259,6 @@ class ZoomPlugin extends Plugin @unlink($dest); } } - } /**