Test Failed
Push — CI ( c95a04...5b7ec7 )
by Adam
105:00 queued 49:09
created
modules/AOW_Actions/AOW_Action.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
 		return false;
62 62
 	}
63 63
 
64
+    /**
65
+     * @param AOW_WorkFlow $parent
66
+     */
64 67
     function save_lines($post_data, $parent, $key = ''){
65 68
 
66 69
         require_once('modules/AOW_WorkFlow/aow_utils.php');
Please login to merge, or discard this patch.
Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@
 block discarded – undo
241 241
      * awu: Bug 16794 - this function is a hack to get the correct sales stage order until
242 242
      * i can clean it up later
243 243
      *
244
-     * @param  $query string
244
+     * @param  string $query string
245 245
      * @return array
246 246
      */
247 247
     function getChartData(
Please login to merge, or discard this patch.
modules/EAPM/views/view.detail.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -107,6 +107,7 @@
 block discarded – undo
107 107
 
108 108
     /**
109 109
 	 * @see SugarView::getModuleTitleIconPath()
110
+	 * @param string $module
110 111
 	 */
111 112
 	protected function getModuleTitleIconPath($module) 
112 113
     {
Please login to merge, or discard this patch.
modules/Employees/views/view.detail.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     * Return the "breadcrumbs" to display at the top of the page
69 69
     *
70 70
     * @param  bool $show_help optional, true if we show the help links
71
-    * @return HTML string containing breadcrumb title
71
+    * @return string string containing breadcrumb title
72 72
     */
73 73
     public function getModuleTitle($show_help = true)
74 74
     {
Please login to merge, or discard this patch.
modules/ModuleBuilder/parsers/views/DashletMetaDataParser.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -61,6 +61,11 @@
 block discarded – undo
61 61
  	 * @param string moduleName     The name of the module to which this listview belongs
62 62
  	 * @param string packageName    If not empty, the name of the package to which this listview belongs
63 63
  	 */
64
+
65
+ 	 /**
66
+ 	  * @param string $view
67
+ 	  * @param string $moduleName
68
+ 	  */
64 69
  	 function __construct ($view, $moduleName , $packageName = '')
65 70
  	 {
66 71
  	 	$this->search = ($view == MB_POPUPSEARCH) ? true : false;
Please login to merge, or discard this patch.
modules/ModuleBuilder/views/view.dashlet.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 block discarded – undo
177 177
         return $ajax ;
178 178
     }
179 179
 
180
+    /**
181
+     * @param AbstractMetaDataParser|null $parser
182
+     */
180 183
     function constructSmarty ($parser)
181 184
     {
182 185
         global $mod_strings;
Please login to merge, or discard this patch.