Passed
Push — master ( 5dec3e...1c52e3 )
by Jeroen De
02:02
created
src/ProcessingError.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,6 @@
 block discarded – undo
63 63
 	 *
64 64
 	 * @since 0.4.1
65 65
 	 *
66
-	 * @param string|string[] $criteria
67 66
 	 */
68 67
 	public function addTags() {
69 68
 		$args = func_get_args();
Please login to merge, or discard this patch.
src/ProcessingErrorHandler.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
25 25
 	 *
26 26
 	 * @since 0.4
27 27
 	 *
28
-	 * @param string $errorMessage
29
-	 * @param integer $severity
30 28
 	 */
31 29
 	public static function addError( ProcessingError $error ) {
32 30
 		self::$errors[$error->getElement()][] = $error;
Please login to merge, or discard this patch.
src/Definition/StringParam.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 	 * @param $definitions array of IParamDefinition
37 37
 	 * @param $params array of IParam
38 38
 	 *
39
-	 * @return mixed
39
+	 * @return string
40 40
 	 */
41 41
 	protected function formatValue( $value, IParam $param, array &$definitions, array $params ) {
42 42
 		$value = (string)$value;
Please login to merge, or discard this patch.
src/PackagePrivate/Param.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -348,7 +348,7 @@
 block discarded – undo
348 348
 	 * Returns the original use-provided value.
349 349
 	 *
350 350
 	 * @throws Exception
351
-	 * @return mixed
351
+	 * @return string
352 352
 	 */
353 353
 	public function getOriginalValue() {
354 354
 		if ( $this->setCount == 0 ) {
Please login to merge, or discard this patch.