Skip to content

Commit b6a14c2

Browse files
authored
clean up redundant type hints in docblocks (#56690)
1 parent ff1e767 commit b6a14c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pipeline.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function send($passable)
8383
/**
8484
* Set the array of pipes.
8585
*
86-
* @param array|mixed $pipes
86+
* @param mixed $pipes
8787
* @return $this
8888
*/
8989
public function through($pipes)
@@ -96,7 +96,7 @@ public function through($pipes)
9696
/**
9797
* Push additional pipes onto the pipeline.
9898
*
99-
* @param array|mixed $pipes
99+
* @param mixed $pipes
100100
* @return $this
101101
*/
102102
public function pipe($pipes)

0 commit comments

Comments
 (0)