Entity Registration is a simple, flexible module for allowing and tracking user registrations for events.

Project link

https://www.drupal.org/project/registration

Git instructions

git clone --branch '3.0.x' https://git.drupalcode.org/project/registration.git

Comments

john.oltman created an issue. See original summary.

john.oltmanโ€™s picture

Branch 3.0.x contains the D9 port for this module that I recently completed. I am trying to get security advisory coverage so I can become the module maintainer, as existing maintainers are generally not responsive. Thank you.

avpadernoโ€™s picture

Thank you for applying! Remember to change status, as in this issue Active says to reviewers not to review the project.

I am crediting the users who reviewed the other application.

john.oltmanโ€™s picture

Status: Active ยป Needs review
john.oltmanโ€™s picture

Thanks @apaderno! I updated status.

LuongGiapโ€™s picture

Hi @john.oltman,
I ran Drupal check , you can review and fix.

$ drupal-check web/modules/contrib/registration
 83/83 [============================] 100% ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----
  Line   registration.module
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'Connection' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Cron\SendReminders.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
  Line   src\Access\ManageRegistrationsAccessCheck.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
         ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Access\ManageRegistrationsAccessCheck.  
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols

  15     ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Access\ManageRegistrationsAccessCheck.  
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 

 ------ -------------------------------------------------------
  Line   src\Access\RegisterAccessCheck.php
 ------ -------------------------------------------------------
  68     Syntax error, unexpected T_OBJECT_OPERATOR on line 68
  69     Syntax error, unexpected T_OBJECT_OPERATOR on line 69
  70     Syntax error, unexpected T_OBJECT_OPERATOR on line 70
  71     Syntax error, unexpected T_OBJECT_OPERATOR on line 71
  72     Syntax error, unexpected T_OBJECT_OPERATOR on line 72
  73     Syntax error, unexpected ')' on line 73
  73     Syntax error, unexpected T_OBJECT_OPERATOR on line 73
 ------ -------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Controller\RegistrationController.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'Connection' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Controller\RegistrationController.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  23     ParseError (syntax error, unexpected 'Connection' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Controller\RegistrationController.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Cron\ExpireHeldRegistrations.php
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Cron\ExpireHeldRegistrations.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  14     ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Cron\ExpireHeldRegistrations.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Cron\SendReminders.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'Connection' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Cron\SendReminders.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols                                                                                                                        
  17     ParseError (syntax error, unexpected 'Connection' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Cron\SendReminders.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Cron\SetAndForget.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'Connection' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Cron\SetAndForget.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  20     ParseError (syntax error, unexpected 'Connection' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Cron\SetAndForget.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Entity\HostEntityKeysInterface.php
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\Entity\HostEntityKeysInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  8      ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\Entity\HostEntityKeysInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------

 ------ --------------------------------------------------------
  Line   src\Entity\Registration.php
 ------ --------------------------------------------------------
  405    Syntax error, unexpected ')' on line 405
  405    Syntax error, unexpected T_OBJECT_OPERATOR on line 405
 ------ --------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Entity\RegistrationInterface.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------
  82     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\HostEntityInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------

 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Entity\RegistrationSettings.php
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\Entity\HostEntityKeysInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  40     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\Entity\HostEntityKeysInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  40     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\Entity\RegistrationSettings.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Entity\RegistrationType.php
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Entity\RegistrationType.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  57     ParseError (syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Entity\RegistrationType.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Event\RegistrationDataAlterEvent.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'mixed' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Event\RegistrationDataAlterEvent.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  18     ParseError (syntax error, unexpected 'mixed' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Event\RegistrationDataAlterEvent.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Event\RegistrationEvent.php
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'RegistrationInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Event\RegistrationEvent.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  13     ParseError (syntax error, unexpected 'RegistrationInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Event\RegistrationEvent.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Event\RegistrationSettingsEvent.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'RegistrationSettings' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Event\RegistrationSettingsEvent.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  13     ParseError (syntax error, unexpected 'RegistrationSettings' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Event\RegistrationSettingsEvent.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\FormElement\RegistrationSettings.php
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EntityFieldManager' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\FormElement\RegistrationSettings.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  26     ParseError (syntax error, unexpected 'EntityFieldManager' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\FormElement\RegistrationSettings.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Form\EmailRegistrantsForm.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'RegistrationMailerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\EmailRegistrantsForm.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  19     ParseError (syntax error, unexpected 'ModuleHandlerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\RegistrationFormBase.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  19     ParseError (syntax error, unexpected 'RegistrationMailerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\EmailRegistrantsForm.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Form\RegisterForm.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'DateFormatterInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\RegisterForm.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  24     ParseError (syntax error, unexpected 'DateFormatterInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\RegisterForm.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Form\RegistrationFormBase.php
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'ModuleHandlerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\RegistrationFormBase.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  15     ParseError (syntax error, unexpected 'ModuleHandlerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\RegistrationFormBase.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Form\RegistrationSettingsForm.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\RegistrationSettingsForm.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  18     ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Form\RegistrationSettingsForm.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Form\RegistrationStateForm.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'StateInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationState.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\HostEntity.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'AccountProxy' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\HostEntity.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  31     ParseError (syntax error, unexpected 'AccountProxy' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\HostEntity.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------
  Line   src\HostEntityInterface.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\HostEntityInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  20     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\HostEntityInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Notify\RegistrationMailer.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'ImmutableConfig' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Notify\RegistrationMailer.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  25     ParseError (syntax error, unexpected 'ImmutableConfig' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Notify\RegistrationMailer.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Notify\RegistrationMailerInterface.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------
  55     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\HostEntityInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  71     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\HostEntityInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------

 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\Derivative\RegistrationLocalTask.php
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Derivative\RegistrationLocalTask.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  14     ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Derivative\RegistrationLocalTask.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\Field\FieldFormatter\RegistrationFormFormatter.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EntityFormBuilderInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Field\FieldFormatter\RegistrationFormFormatter.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  22     ParseError (syntax error, unexpected 'EntityFormBuilderInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Field\FieldFormatter\RegistrationFormFormatter.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\Field\FieldFormatter\RegistrationHostEntityFormatter.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE)) thrown while looking for class Drupal\registration\Plugin\Field\FieldFormatter\RegistrationHostEntityFormatter.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  29     ParseError (syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE)) thrown while looking for class Drupal\registration\Plugin\Field\FieldFormatter\RegistrationHostEntityFormatter.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\Field\FieldFormatter\RegistrationLinkFormatter.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Field\FieldFormatter\RegistrationLinkFormatter.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  24     ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Field\FieldFormatter\RegistrationLinkFormatter.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\Field\FieldFormatter\RegistrationTypeFormatter.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Field\FieldFormatter\RegistrationTypeFormatter.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  21     ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Field\FieldFormatter\RegistrationTypeFormatter.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\Field\FieldType\HostEntityItem.php
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'bool' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\Field\FieldType\HostEntityItem.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  29     ParseError (syntax error, unexpected 'bool' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\Field\FieldType\HostEntityItem.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\Field\FieldWidget\RegistrationTypeWidget.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Field\FieldWidget\RegistrationTypeWidget.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  24     ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Field\FieldWidget\RegistrationTypeWidget.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\QueueWorker\ExpireHeldRegistrations.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\QueueWorker\ExpireHeldRegistrations.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  20     ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\QueueWorker\ExpireHeldRegistrations.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\QueueWorker\Notify.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'LoggerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\QueueWorker\Notify.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  22     ParseError (syntax error, unexpected 'LoggerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\QueueWorker\Notify.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------        
  Line   src\Plugin\QueueWorker\SendReminders.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------        
         ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\QueueWorker\SendReminders.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  23     ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\QueueWorker\SendReminders.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------        

 ------ -------------------------------------------------------


  Line   src\Plugin\QueueWorker\SetAndForget.php
 ------ -------------------------------------------------------
  78     Syntax error, unexpected ')' on line 78
  78     Syntax error, unexpected T_OBJECT_OPERATOR on line 78
 ------ -------------------------------------------------------

 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------    
  Line   src\Plugin\Validation\Constraint\RegistrationFieldConstraint.php
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------    
         ParseError (syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\Validation\Constraint\RegistrationFieldConstraint.     
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  15     ParseError (syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\Validation\Constraint\RegistrationFieldConstraint.     
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------    

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\Validation\Constraint\RegistrationFieldConstraintValidator.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EntityDefinitionUpdateManager' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Validation\Constraint\RegistrationFieldConstraintValidator.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  19     ParseError (syntax error, unexpected 'EntityDefinitionUpdateManager' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\Validation\Constraint\RegistrationFieldConstraintValidator.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------        
  Line   src\Plugin\WorkflowType\Registration.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------        
         ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\WorkflowType\Registration.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  25     ParseError (syntax error, unexpected 'EntityTypeManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\WorkflowType\Registration.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------        

 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\migrate\D7RegistrationDeriver.php
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\migrate\D7RegistrationDeriver.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  16     ParseError (syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Plugin\migrate\D7RegistrationDeriver.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\migrate\process\HostEntityMigrationLookup.php
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\Plugin\migrate\process\HostEntityMigrationLookup.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols                                                                                                    
  21     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\Plugin\migrate\process\HostEntityMigrationLookup.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\views\area\ManageRegistrationsCaption.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'AccountProxy' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationManager.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\views\area\ManageRegistrationsEmpty.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'AccountProxy' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationManager.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\views\argument_default\HostEntityId.php
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\views\argument_default\HostEntityId.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  20     ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\views\argument_default\HostEntityId.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\views\argument_default\HostEntityTypeId.php
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\views\argument_default\HostEntityTypeId.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  20     ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class
         Drupal\registration\Plugin\views\argument_default\HostEntityTypeId.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\Plugin\views\field\HostEntity.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE)) thrown while looking for class Drupal\registration\Plugin\views\field\HostEntity.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  16     ParseError (syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE)) thrown while looking for class Drupal\registration\Plugin\views\field\HostEntity.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationAccessControlHandler.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\RegistrationAccessControlHandler.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  15     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\RegistrationAccessControlHandler.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationHostEntityHandler.php
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'AccountProxy' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\HostEntity.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  21     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\HostEntityInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  22     ParseError (syntax error, unexpected 'AccountProxy' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\HostEntity.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationHostEntityHandlerInterface.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------
  28     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\HostEntityInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------

 ------ -----------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationListBuilder.php
 ------ -----------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\HostEntityInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationManager.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'AccountProxy' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationManager.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  24     ParseError (syntax error, unexpected 'AccountProxy' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationManager.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ --------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationManagerInterface.php
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\RegistrationManagerInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  15     ParseError (syntax error, unexpected '|', expecting ';' or '{') thrown while looking for class Drupal\registration\RegistrationManagerInterface.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ --------------------------------------------------------------------------------------------------------------------------------------------------

 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------       
  Line   src\RegistrationPermissionProvider.php
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------       
         ParseError (syntax error, unexpected 'EntityTypeBundleInfoInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationPermissionProvider.        
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  15     ParseError (syntax error, unexpected 'EntityTypeBundleInfoInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationPermissionProvider.        
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------       

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationSettingsStorage.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'UuidInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationSettingsStorage.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  13     ParseError (syntax error, unexpected 'EventDispatcherInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationStorage.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  13     ParseError (syntax error, unexpected 'UuidInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationSettingsStorage.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationState.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'StateInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationState.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  11     ParseError (syntax error, unexpected 'StateInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationState.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Line   src\RegistrationStorage.php
 ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         ParseError (syntax error, unexpected 'EventDispatcherInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationStorage.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
  16     ParseError (syntax error, unexpected 'EventDispatcherInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\RegistrationStorage.
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
         ๐Ÿ’ก Learn more at https://phpstan.org/user-guide/discovering-symbols
 ------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 [ERROR] Found 116 errors

LuongGiapโ€™s picture

Status: Needs review ยป Needs work

I update status

john.oltmanโ€™s picture

@LuongGiap this branch requires PHP 8 - does Drupal check support PHP 8 mode and if so did you run it that way? I receive no errors from PHPCS locally.

avpadernoโ€™s picture

Issue summary: View changes
avpadernoโ€™s picture

Status: Needs work ยป Needs review

Yes, what reported seems caused by the tool that isn't able to parse the code. For example, the following warning says the tool doesn't recognized typed properties that have been introduced in PHP 7.4.

(Line 15) ParseError (syntax error, unexpected 'RegistrationManagerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)) thrown while looking for class Drupal\registration\Access\ManageRegistrationsAccessCheck

The line referencing that interface is line 22.

  protected RegistrationManagerInterface $registrationManager;
john.oltmanโ€™s picture

How can we push this forward? Seems to be stuck.

john.oltmanโ€™s picture

Bump

avpadernoโ€™s picture

Assigned: Unassigned ยป avpaderno
Status: Needs review ยป Fixed

Thank you for your contribution! I am going to update your account.

These are some recommended readings to help with excellent maintainership:

You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

I thank all the dedicated reviewers.

Status: Fixed ยป Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.