Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jensschuppe committed Dec 22, 2023
1 parent c86c006 commit b349766
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CRM/Eck/Page/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
class CRM_Eck_Page_Entity extends CRM_Core_Page {

/**
* @var int $_id
* @var int
*
* The id of the entity we are processing.
*/
public $_id;

/**
* @var array<string,mixed> $_entityType
* @var arraystringmixed
*
* The entity type of the entity we are processing.
*/
Expand All @@ -35,7 +35,7 @@ class CRM_Eck_Page_Entity extends CRM_Core_Page {
/**
* The entity subtype of the entity we are processing.
*
* @var int $_subtype
* @var int
*/
public $_subtype;

Expand Down
4 changes: 2 additions & 2 deletions CRM/Eck/Page/Entity/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
class CRM_Eck_Page_Entity_View extends CRM_Core_Page {

/**
* @var int $_id
* @var int
*
* The id of the entity we are processing.
*/
public $_id;

/**
* @var array<string,mixed> $_entityType
* @var array
*
* The entity type of the entity we are processing.
*/
Expand Down
2 changes: 0 additions & 2 deletions Civi/Eck/API/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public static function getSubscribedEvents(): array {
/**
* Implements hook_civicrm_permission().
*
* @param array<string,array<string>> $permissions
*
* @see CRM_Utils_Hook::permission
* @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_permission/
*/
Expand Down

0 comments on commit b349766

Please sign in to comment.