Example #1
0
 /**
  * Get the type check based on the set check mode.
  *
  * @return TypeCheck\TypeCheckInterface
  */
 protected function getTypeCheck()
 {
     return $this->factory->getTypeCheck();
 }