Completed
Push — bugfix/institution-listing ( a090c5...2ad763 )
by
unknown
02:28
created
ApiBundle/Authorization/Service/CommandAuthorizationService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @param string $actorId
85
+     * @param IdentityId $actorId
86 86
      * @param Command $command
87 87
      * @return bool
88 88
      */
@@ -115,8 +115,8 @@  discard block
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @param string $actorId
119
-     * @param string $actorInstitution
118
+     * @param IdentityId $actorId
119
+     * @param Institution $actorInstitution
120 120
      * @param Command $command
121 121
      * @return bool
122 122
      */
Please login to merge, or discard this patch.