Skip to content

Commit

Permalink
Merge pull request #25011 from eileenmcnaughton/res
Browse files Browse the repository at this point in the history
Var type fix in comment
  • Loading branch information
seamuslee001 authored Nov 21, 2022
2 parents a5de1b2 + 127cb69 commit b069a26
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 b069a26

Please sign in to comment.