Skip to content

Commit

Permalink
Var type fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Nov 21, 2022
1 parent 1b43295 commit 127cb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Core/Resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class CRM_Core_Resources implements CRM_Core_Resources_CollectionAdderInterface
/**
* We don't have a container or dependency-injection, so use singleton instead
*
* @var object
* @var CRM_Core_Resources
*/
private static $_singleton = NULL;
private static $_singleton;

/**
* @var CRM_Extension_Mapper
Expand Down

0 comments on commit 127cb69

Please sign in to comment.