@@ -11,7 +11,7 @@ |
||
| 11 | 11 | trait Flip |
| 12 | 12 | { |
| 13 | 13 | /** |
| 14 | - * @return Chain |
|
| 14 | + * @return Flip |
|
| 15 | 15 | */ |
| 16 | 16 | public function flip() |
| 17 | 17 | { |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | * @param int $size |
| 15 | 15 | * @param mixed $value |
| 16 | 16 | * |
| 17 | - * @return Chain |
|
| 17 | + * @return Pad |
|
| 18 | 18 | */ |
| 19 | 19 | public function pad($size, $value) |
| 20 | 20 | { |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | /** |
| 14 | 14 | * @param mixed $element |
| 15 | 15 | * |
| 16 | - * @return Chain |
|
| 16 | + * @return Push |
|
| 17 | 17 | */ |
| 18 | 18 | public function push($element) |
| 19 | 19 | { |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | trait Shuffle |
| 12 | 12 | { |
| 13 | 13 | /** |
| 14 | - * @return Chain |
|
| 14 | + * @return Shuffle |
|
| 15 | 15 | */ |
| 16 | 16 | public function shuffle() |
| 17 | 17 | { |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | /** |
| 14 | 14 | * @param mixed $element |
| 15 | 15 | * |
| 16 | - * @return Chain |
|
| 16 | + * @return Unshift |
|
| 17 | 17 | */ |
| 18 | 18 | public function unshift($element) |
| 19 | 19 | { |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | * @param int|null $length |
| 16 | 16 | * @param bool $preserveKeys |
| 17 | 17 | * |
| 18 | - * @return Chain |
|
| 18 | + * @return Slice |
|
| 19 | 19 | */ |
| 20 | 20 | public function slice($offset, $length = null, $preserveKeys = false) |
| 21 | 21 | { |