Passed
Push — 5.1 ( 37370f...e9e3cd )
by David
01:10 queued 11s
created
src/Mouf/Database/TDBM/Controllers/TdbmInstallController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -181,6 +181,9 @@
 block discarded – undo
181 181
 
182 182
     protected $errorMsg;
183 183
 
184
+    /**
185
+     * @param string $msg
186
+     */
184 187
     private function displayErrorMsg($msg)
185 188
     {
186 189
         $this->errorMsg = $msg;
Please login to merge, or discard this patch.
src/Mouf/Database/TDBM/Controllers/TdbmController.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.