Drupal\Component\Annotation\Plugin happily discards any default value that is NULL. Why is this done? Can't we just let them in, to prevent us from having to isset() everywhere?
↧
Drupal\Component\Annotation\Plugin happily discards any default value that is NULL. Why is this done? Can't we just let them in, to prevent us from having to isset() everywhere?