Passed
Push — develop ( bdcc19...bd72f8 )
by Paul
03:05
created
src/Config/ConfigManager.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -141,6 +141,7 @@  discard block
 block discarded – undo
141 141
 	}
142 142
 
143 143
 	/**
144
+	 * @param integer $timestamp
144 145
 	 * @return array
145 146
 	 */
146 147
 	public function setTimestamp( array $config, $timestamp = null )
@@ -198,6 +199,7 @@  discard block
 block discarded – undo
198 199
 	}
199 200
 
200 201
 	/**
202
+	 * @param string $value
201 203
 	 * @return mixed
202 204
 	 */
203 205
 	protected function parseYaml( $value )
Please login to merge, or discard this patch.
src/GateKeeper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -124,6 +124,7 @@  discard block
 block discarded – undo
124 124
 	}
125 125
 
126 126
 	/**
127
+	 * @param string $plugin
127 128
 	 * @return bool
128 129
 	 */
129 130
 	public function hasDependency( $plugin )
@@ -403,6 +404,7 @@  discard block
 block discarded – undo
403 404
 	}
404 405
 
405 406
 	/**
407
+	 * @param string $key
406 408
 	 * @return array|string
407 409
 	 */
408 410
 	protected function getPluginRequirements( $plugin, $key = null )
@@ -423,6 +425,7 @@  discard block
 block discarded – undo
423 425
 	}
424 426
 
425 427
 	/**
428
+	 * @param string $message
426 429
 	 * @return void
427 430
 	 */
428 431
 	protected function printDeactivationNotice( $message )
Please login to merge, or discard this patch.