Phpstan + Cspell + Drupal 11 compatibility fixes
Related to #3425995
Merge request reports
Activity
173 173 * {@inheritdoc} 174 174 */ 175 175 public function setSettingsPerEntity(FormStateInterface $form_state, array $form_modes, $entity_type_id) { 176 return FALSE; 173 173 * {@inheritdoc} 174 174 */ 175 175 public function setSettingsPerEntity(FormStateInterface $form_state, array $form_modes, $entity_type_id) { 176 return FALSE; 177 176 } 178 177 179 178 /** 180 179 * {@inheritdoc} 181 180 */ 182 public function setSettingsPerFormMode(FormStateInterface $form_state, array $form_mode, $entity_type_id) { 181 public function setSettingsPerFormMode(FormStateInterface $form_state, array $form_mode, $entity_type_id): void { added 1 commit
added 1 commit
added 1 commit
- d5e8d4b0 - 3425995: swap dataprovider methods to static
added 1 commit
Please register or sign in to reply