Completed
Push — master ( 70f9d4...50b360 )
by Peter
49:14 queued 24:14
created
src/Transformers/YamlString.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
 	/**
33 33
 	 * Returns the given object as an associative array
34
-	 * @param AnnotatedInterface|object $model
34
+	 * @param AnnotatedInterface $model
35 35
 	 * @param string[] $fields Fields to transform
36 36
 	 *
37 37
 	 * @param int   $inline                 The level where you switch to inline YAML
Please login to merge, or discard this patch.
src/Transformers/JsonString.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
 	/**
32 32
 	 * Returns the given object as an associative array
33
-	 * @param AnnotatedInterface|object $model
33
+	 * @param AnnotatedInterface $model
34 34
 	 * @param string[] $fields Fields to transform
35 35
 	 * @param int $options json_encode options
36 36
 	 * @return array an associative array of the contents of this object
Please login to merge, or discard this patch.