Completed
Branch devel (92ccdd)
by Philippe
37:15
created
src/DataService.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -470,6 +470,9 @@  discard block
 block discarded – undo
470 470
         return $item;
471 471
     }
472 472
 
473
+    /**
474
+     * @param string $name
475
+     */
473 476
     protected function getItemByGuid($guid, $name = null)
474 477
     {
475 478
         if ($name === null) {
@@ -1061,6 +1064,9 @@  discard block
 block discarded – undo
1061 1064
         return $assignments;
1062 1065
     }
1063 1066
 
1067
+    /**
1068
+     * @param string $roleName
1069
+     */
1064 1070
     public function getAssignment($roleName, $userId)
1065 1071
     {
1066 1072
         $roleGuid = $this->db->executeCommand('HGET', [$this->getItemMappingKey(), $roleName]);
Please login to merge, or discard this patch.