@@ -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 | */ |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | * @Action |
83 | 83 | * |
84 | 84 | * @param string $name |
85 | - * @param bool $selfedit |
|
85 | + * @param string|boolean $selfedit |
|
86 | 86 | */ |
87 | 87 | public function generate($name, $daonamespace, $beannamespace, $daofactoryinstancename, /*$storeInUtc = 0,*/ $selfedit = 'false', $useCustomComposer = false, $composerFile = '') |
88 | 88 | { |
@@ -102,6 +102,8 @@ discard block |
||
102 | 102 | * @param string $daonamespace |
103 | 103 | * @param string $beannamespace |
104 | 104 | * @param string $selfedit |
105 | + * @param boolean $useCustomComposer |
|
106 | + * @param string $composerFile |
|
105 | 107 | * |
106 | 108 | * @throws \Mouf\MoufException |
107 | 109 | */ |