Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 protected function assertSupportedScheme()
 {
     $scheme = $this->getScheme();
     if (!empty($scheme)) {
         parent::assertSupportedScheme();
     }
 }
Ejemplo n.º 2
0
 /**
  * @inheritdoc
  */
 protected function assertSupportedScheme()
 {
     $scheme = $this->getScheme();
     if ('' !== $scheme) {
         parent::assertSupportedScheme();
     }
 }