Completed
Push — develop ( 8dee05 )
by Dmytro
20:08
created
core/vendor/wikimedia/composer-merge-plugin/src/Merge/PluginState.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
     /**
230 230
      * Should an update be forced?
231 231
      *
232
-     * @return true If packages are not locked
232
+     * @return boolean If packages are not locked
233 233
      */
234 234
     public function forceUpdate()
235 235
     {
Please login to merge, or discard this patch.
manager/media/browser/mcpuk/core/browser.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
     }
318 318
 
319 319
     /**
320
-     * @return bool
320
+     * @return null|boolean
321 321
      */
322 322
     protected function act_deleteDir()
323 323
     {
@@ -482,7 +482,7 @@  discard block
 block discarded – undo
482 482
     }
483 483
 
484 484
     /**
485
-     * @return bool
485
+     * @return null|boolean
486 486
      */
487 487
     protected function act_delete()
488 488
     {
@@ -863,7 +863,7 @@  discard block
 block discarded – undo
863 863
 
864 864
     /**
865 865
      * @param $file
866
-     * @param $dir
866
+     * @param string $dir
867 867
      * @return array
868 868
      */
869 869
     protected function moveUploadFile($file, $dir)
@@ -918,7 +918,7 @@  discard block
 block discarded – undo
918 918
     }
919 919
 
920 920
     /**
921
-     * @param null $file
921
+     * @param string $file
922 922
      */
923 923
     protected function sendDefaultThumb($file = null)
924 924
     {
@@ -1174,7 +1174,7 @@  discard block
 block discarded – undo
1174 1174
     }
1175 1175
 
1176 1176
     /**
1177
-     * @param $message
1177
+     * @param string $message
1178 1178
      * @param array|null $data
1179 1179
      */
1180 1180
     protected function errorMsg($message, array $data = null)
Please login to merge, or discard this patch.
manager/media/browser/mcpuk/lib/class_fastImage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -182,6 +182,9 @@
 block discarded – undo
182 182
 	}
183 183
 
184 184
 
185
+	/**
186
+	 * @param integer $n
187
+	 */
185 188
 	private function getChars($n)
186 189
 	{
187 190
 		$response = null;
Please login to merge, or discard this patch.