Completed
Push — develop ( 53b1a9...13d2ce )
by Nate
05:51
created
src/services/UserTypes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      *******************************************/
124 124
 
125 125
     /**
126
-     * @param array $types
126
+     * @param UserType[] $types
127 127
      * @param int $userAssociationId
128 128
      * @return array
129 129
      */
Please login to merge, or discard this patch.
src/services/OrganizationTypeAssociations.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
     }
132 132
     
133 133
     /**
134
-     * @param int|string $source
134
+     * @param string $sourceId
135 135
      * @return array
136 136
      */
137 137
     private function associations(
Please login to merge, or discard this patch.