Skip to content
Snippets Groups Projects

Issue #3351434: Typed property must not be accessed before initialisation

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ abstract class ViewsBulkOperationsActionBase extends ActionBase implements Views
/**
* The processed view.
*/
protected ViewExecutable $view;
protected ?ViewExecutable $view = NULL;
/**
* Configuration array.
Loading