We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76251a commit fe080d2Copy full SHA for fe080d2
resources/lib/UnityGroup.php
@@ -62,7 +62,7 @@ public function getPIUID()
62
*
63
* @return bool true if yes, false if no
64
*/
65
- public function exists($ignorecache = false)
+ public function exists(bool $ignorecache = false): bool
66
{
67
if (!$ignorecache) {
68
$cached_pi_groups = $this->REDIS->getCache("sorted_pi_groups", "");
resources/lib/UnityUser.php
@@ -154,7 +154,7 @@ public function getLDAPGroup()
154
return $this->LDAP->getGroupEntry($this->uid);
155
}
156
157
158
159
160
$cached_users = $this->REDIS->getCache("sorted_users", "");
0 commit comments