Skip to content

Commit 3ae9681

Browse files
committed
Remove unnecessary psalm-param annotations
1 parent 1d2859b commit 3ae9681

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Codec/DecodeIfSupported.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ abstract public function decode($value);
3939

4040
/**
4141
* @param mixed $value
42-
* @psalm-param mixed $value
4342
* @return mixed
4443
* @psalm-return ($value is BSONType ? NativeType : $value)
4544
*/

src/Codec/Decoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function decode($value);
5252
* method.
5353
*
5454
* @param mixed $value
55-
* @psalm-param mixed $value
5655
* @return mixed
5756
* @psalm-return ($value is BSONType ? NativeType : $value)
5857
*/

src/Codec/EncodeIfSupported.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ abstract public function encode($value);
3939

4040
/**
4141
* @param mixed $value
42-
* @psalm-param mixed $value
4342
* @return mixed
4443
* @psalm-return ($value is NativeType ? BSONType : $value)
4544
*/

src/Codec/Encoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function encode($value);
5252
* method.
5353
*
5454
* @param mixed $value
55-
* @psalm-param mixed $value
5655
* @return mixed
5756
* @psalm-return ($value is NativeType ? BSONType : $value)
5857
*/

0 commit comments

Comments
 (0)