Completed
Push — master ( 11029f...83aa40 )
by Daniel
04:16
created
source/CommonViews.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      * @param string $tableSource
111 111
      * @param array $details
112 112
      * @param array $features
113
-     * @return string|array
113
+     * @return null|string
114 114
      */
115 115
     private function setNeededField($tableSource, $details, $features)
116 116
     {
@@ -143,6 +143,10 @@  discard block
 block discarded – undo
143 143
         return $this->setNeededFieldKnown($tblName, $dtls, $features);
144 144
     }
145 145
 
146
+    /**
147
+     * @param string $tableSource
148
+     * @param string $fieldLabel
149
+     */
146 150
     private function setNeededFieldFinal($tableSource, $details, $features, $fieldLabel)
147 151
     {
148 152
         $sReturn = $this->setField($tableSource, $details, $features, $fieldLabel);
@@ -169,6 +173,9 @@  discard block
 block discarded – undo
169 173
         ];
170 174
     }
171 175
 
176
+    /**
177
+     * @param string $sReturn
178
+     */
172 179
     private function setViewDeletePackedFinal($sReturn)
173 180
     {
174 181
         $finalJavascript = $this->setJavascriptContent(implode('', [
Please login to merge, or discard this patch.