Skip to content

Commit e2f6f68

Browse files
committed
Remove unnecessary psalm-param annotations
1 parent 4341564 commit e2f6f68

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
@@ -24,7 +24,6 @@ abstract public function decode($value);
2424

2525
/**
2626
* @param mixed $value
27-
* @psalm-param mixed $value
2827
* @return mixed
2928
* @psalm-return ($value is BSONType ? NativeType : $value)
3029
*/

src/Codec/Decoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public function decode($value);
3737
* method.
3838
*
3939
* @param mixed $value
40-
* @psalm-param mixed $value
4140
* @return mixed
4241
* @psalm-return ($value is BSONType ? NativeType : $value)
4342
*/

src/Codec/EncodeIfSupported.php

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

2525
/**
2626
* @param mixed $value
27-
* @psalm-param mixed $value
2827
* @return mixed
2928
* @psalm-return ($value is NativeType ? BSONType : $value)
3029
*/

src/Codec/Encoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public function encode($value);
3737
* method.
3838
*
3939
* @param mixed $value
40-
* @psalm-param mixed $value
4140
* @return mixed
4241
* @psalm-return ($value is NativeType ? BSONType : $value)
4342
*/

0 commit comments

Comments
 (0)