We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1e767 commit b6a14c2Copy full SHA for b6a14c2
Pipeline.php
@@ -83,7 +83,7 @@ public function send($passable)
83
/**
84
* Set the array of pipes.
85
*
86
- * @param array|mixed $pipes
+ * @param mixed $pipes
87
* @return $this
88
*/
89
public function through($pipes)
@@ -96,7 +96,7 @@ public function through($pipes)
96
97
* Push additional pipes onto the pipeline.
98
99
100
101
102
public function pipe($pipes)
0 commit comments