|
@@ -452,12 +452,8 @@ |
|
452
|
452
|
|
|
453
|
453
|
return new static( $result ); |
|
454
|
454
|
} |
|
455
|
455
|
|
|
456
|
|
- public function flip() { |
|
457
|
|
- return new static( array_flip( $this->items ) ); |
|
458
|
|
- } |
|
459
|
|
- |
|
460
|
456
|
/** |
|
461
|
457
|
* @param array ...$values |
|
462
|
458
|
* |
|
463
|
459
|
* @return $this |