mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix: Use of wrong @since definition
This commit is contained in:
parent
2688103290
commit
fb8ff36702
@ -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()
|
||||
{
|
||||
|
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user