Skip to content

Commit

Permalink
Fix typehint (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
joesaunderson committed Jul 4, 2023
1 parent 48c778a commit a5c8b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PostHog.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public static function getFeatureFlag(
* @param array $groups
* @param array $personProperties
* @param array $groupProperties
* @return boolean | string
* @return array
* @throws Exception
*/
public static function getAllFlags(
Expand Down

0 comments on commit a5c8b4d

Please sign in to comment.