Fix: Use of wrong @since definition

This commit is contained in:
buddh4 2020-10-23 10:33:49 +02:00
parent 2688103290
commit fb8ff36702
2 changed files with 3 additions and 1 deletions

View File

@ -170,7 +170,8 @@ class ContentContainerModuleManager extends \yii\base\Component
* Unlike `getAvailable()` it does not contain any modules which cannot be disabled or enabled.
*
* @return ContentContainerModule[] a list of modules
* @since 1.7
* @throws \yii\base\Exception
* @since 1.6.5
*/
public function getInstallable()
{

View File

@ -163,6 +163,7 @@ class Module extends \humhub\components\Module
/**
* @return array the default rules for password validation
* @since 1.6.5
*/
private function getDefaultPasswordStrength()
{