Completed
Push — develop ( c5e17b...b595d4 )
by Nate
04:27
created
src/actions/organizations/LookupAssociationTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @param string|int $identifier
56
+     * @param string $identifier
57 57
      * @return ORganization|null
58 58
      */
59 59
     protected function findOrganization($identifier)
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param string|int $identifier
65
+     * @param string $identifier
66 66
      * @return User|null
67 67
      */
68 68
     protected function findUser($identifier)
Please login to merge, or discard this patch.