Completed
Push — update/wpcs-require-list ( 2f3651 )
by
unknown
21:06 queued 13:33
created
docker/mu-plugins/avoid-plugin-deletion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
  * @param string   $context     The plugin context. By default this can include 'all', 'active', 'inactive',
27 27
  *                              'recently_activated', 'upgrade', 'mustuse', 'dropins', and 'search'.
28 28
  *
29
- * @return mixed
29
+ * @return string[]
30 30
  */
31 31
 function jetpack_docker_disable_plugin_deletion_link( $actions, $plugin_file, $plugin_data, $context ) {
32 32
 	global $jetpack_docker_avoided_plugins;
Please login to merge, or discard this patch.
docker/mu-plugins/debug.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
  *
39 39
  * A null argument will log the file and line number of the l() call.
40 40
  *
41
- * @param mixed $stuff Information to log.
41
+ * @param string $stuff Information to log.
42 42
  */
43 43
 function l( $stuff = null ) {
44 44
 	// Do nothing when debugging is off.
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
  *
167 167
  * @param string $name Timer name.
168 168
  *
169
- * @return mixed void or elapsed time.
169
+ * @return null|double void or elapsed time.
170 170
  */
171 171
 function e( $name = '' ) {
172 172
 	static $times = array();
Please login to merge, or discard this patch.