Example #1
0
 /**
  * {@inheritdoc}
  */
 public function withoutQueryValues($offsets)
 {
     return $this->withProperty('query', $this->query->without($offsets));
 }