getDefaultLenientArgsParsing() protected method

Returns whether the arguments parsing handles errors gracefully.
protected getDefaultLenientArgsParsing ( ) : boolean
return boolean The default value for lenient args parsing.
Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function getDefaultLenientArgsParsing()
 {
     return $this->applicationConfig ? $this->applicationConfig->isLenientArgsParsingEnabled() : parent::getDefaultLenientArgsParsing();
 }