@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | * @Action |
77 | 77 | * |
78 | 78 | * @param string $name |
79 | - * @param bool $selfedit |
|
79 | + * @param string|boolean $selfedit |
|
80 | 80 | */ |
81 | 81 | public function generate($name, $daonamespace, $beannamespace, $daofactoryinstancename, /*$storeInUtc = 0,*/ $selfedit = 'false', $useCustomComposer = false, $composerFile = '') |
82 | 82 | { |
@@ -95,9 +95,10 @@ discard block |
||
95 | 95 | * @param string $name |
96 | 96 | * @param string $daonamespace |
97 | 97 | * @param string $beannamespace |
98 | - * @param string $daofactoryclassname |
|
99 | 98 | * @param string $daofactoryinstancename |
100 | 99 | * @param string $selfedit |
100 | + * @param boolean $useCustomComposer |
|
101 | + * @param string $composerFile |
|
101 | 102 | * |
102 | 103 | * @throws \Mouf\MoufException |
103 | 104 | */ |
@@ -616,7 +616,7 @@ |
||
616 | 616 | * Tries to put string to the singular form (if it is plural). |
617 | 617 | * We assume the table names are in english. |
618 | 618 | * |
619 | - * @param $str string |
|
619 | + * @param string $str string |
|
620 | 620 | * |
621 | 621 | * @return string |
622 | 622 | */ |