Minor - flint fixes

pull/3683/head
Julio Montoya 5 years ago
parent 168342e81d
commit 5ac02cf34b
  1. 1
      main/lp/learnpathItem.class.php
  2. 1
      plugin/xapi/src/XApiPlugin.php
  3. 1
      plugin/zoom/lib/ZoomPlugin.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

@ -344,7 +344,6 @@ class XApiPlugin extends Plugin implements HookPluginInterface
}
/**
* @param array $haystack
* @param string $needle
*
* @return string

@ -259,7 +259,6 @@ class ZoomPlugin extends Plugin
@unlink($dest);
}
}
}
/**

Loading…
Cancel
Save