Completed
Push — master ( 395774...b3be9a )
by
unknown
16s queued 12s
created
Controller/Image/CustomImagesAdminController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
 
155 155
     /**
156 156
      * @param $formName
157
-     * @param $forProduct
157
+     * @param boolean $forProduct
158 158
      * @return null|\Symfony\Component\HttpFoundation\Response
159 159
      */
160 160
     private function uploadFile($formName, $forProduct)
Please login to merge, or discard this patch.
Model/DealerImage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 
120 120
     /**
121 121
      * Get the ID of the form used to change this object information
122
-     * @return int type
122
+     * @return string type
123 123
      */
124 124
     public function getUpdateFormId()
125 125
     {
Please login to merge, or discard this patch.