Example #1
0
 /**
  * {@inheritdoc}
  */
 public function withoutEmptySegments()
 {
     return $this->withProperty('path', $this->path->withoutEmptySegments());
 }