Skip to content
Snippets Groups Projects

Issue #3262401 by Dom., Berdir: Deprecated function : Return type of...

Merged Paul Smith requested to merge issue/linkit-3498223:3498223-php-8.4-deprecations into 7.x
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -58,7 +58,7 @@ class AddForm extends FormBase {
/**
* {@inheritdoc}
*/
public function buildForm(array $form, FormStateInterface $form_state, ProfileInterface $linkit_profile = NULL) {
public function buildForm(array $form, FormStateInterface $form_state, ?ProfileInterface $linkit_profile = NULL) {
$this->linkitProfile = $linkit_profile;
$form['#attached']['library'][] = 'linkit/linkit.admin';
Loading