diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 10e3ad5fd..88d1b2bc9 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -807,7 +807,6 @@
-
@@ -815,10 +814,14 @@
format]]>
format]]>
+
+
+
+
+ totalMicroseconds * 1000]]>
- format)->totalMicroseconds * 1000]]>
@@ -828,9 +831,6 @@
-
-
-
classFQCN::from($value)]]>
classFQCN::from($value['value'])]]>
@@ -849,11 +849,6 @@
-
-
-
-
-
diff --git a/src/Internal/Marshaller/Type/ActivityCancellationType.php b/src/Internal/Marshaller/Type/ActivityCancellationType.php
index 22797bba0..b3c008ac6 100644
--- a/src/Internal/Marshaller/Type/ActivityCancellationType.php
+++ b/src/Internal/Marshaller/Type/ActivityCancellationType.php
@@ -10,7 +10,7 @@
* Converts a boolean value to an activity cancellation policy.
*
* @see Policy
- * @extends Type
+ * @extends Type
* @internal
*/
final class ActivityCancellationType extends Type
diff --git a/src/Internal/Marshaller/Type/ArrayType.php b/src/Internal/Marshaller/Type/ArrayType.php
index 6f19b6945..6ccb28079 100644
--- a/src/Internal/Marshaller/Type/ArrayType.php
+++ b/src/Internal/Marshaller/Type/ArrayType.php
@@ -15,7 +15,7 @@
use Temporal\Internal\Marshaller\MarshallingRule;
/**
- * @extends Type
+ * @extends Type
*/
class ArrayType extends Type implements DetectableTypeInterface, RuleFactoryInterface
{
@@ -57,7 +57,6 @@ public static function makeRule(\ReflectionProperty $property): ?MarshallingRule
}
/**
- * @psalm-assert array $value
* @param mixed $value
* @param array $current
*/
diff --git a/src/Internal/Marshaller/Type/AssocArrayType.php b/src/Internal/Marshaller/Type/AssocArrayType.php
index 96c325b2f..ef657ad6f 100644
--- a/src/Internal/Marshaller/Type/AssocArrayType.php
+++ b/src/Internal/Marshaller/Type/AssocArrayType.php
@@ -17,7 +17,7 @@
/**
* Force the value to be an associative array (object) on serialization.
*
- * @extends Type