-
- Downloads
[REF] Refactor redundant `isset()`s to use null coalescing operator (??).
Replaced lengthy `isset` conditions with the more concise null coalescing operator.
Showing
- CRM/Core/BAO/CMSUser.php 2 additions, 2 deletionsCRM/Core/BAO/CMSUser.php
- CRM/Event/Form/ManageEvent.php 1 addition, 2 deletionsCRM/Event/Form/ManageEvent.php
- CRM/Event/Form/ManageEvent/TabHeader.php 1 addition, 2 deletionsCRM/Event/Form/ManageEvent/TabHeader.php
- CRM/Utils/Mail.php 1 addition, 1 deletionCRM/Utils/Mail.php
- CRM/Utils/SameSite.php 1 addition, 1 deletionCRM/Utils/SameSite.php
- CRM/Utils/System/WordPress.php 1 addition, 1 deletionCRM/Utils/System/WordPress.php
- Civi/Core/CiviEventDispatcher.php 4 additions, 4 deletionsCivi/Core/CiviEventDispatcher.php
- Civi/Pipe/PublicMethods.php 1 addition, 1 deletionCivi/Pipe/PublicMethods.php
- ext/afform/mock/tests/phpunit/api/v4/Afform/AfformTest.php 1 addition, 1 deletionext/afform/mock/tests/phpunit/api/v4/Afform/AfformTest.php
- ext/flexmailer/src/FlexMailerTask.php 1 addition, 1 deletionext/flexmailer/src/FlexMailerTask.php
- ext/flexmailer/src/Listener/DefaultComposer.php 2 additions, 2 deletionsext/flexmailer/src/Listener/DefaultComposer.php
Loading
Please register or sign in to comment