Skip to content

Commit

Permalink
lint + types
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioGattolla committed Dec 16, 2024
1 parent 93f293c commit a98a601
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/DTO/Venue.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ private function __construct()

/**
* @param array{
* location: Location,
* location: array{longitude: float, latitude: float, horizontal_accuracy?: float},
* title: string,
* address: string,
* foursquareId?: string,
* foursquareType?: string,
* googlePlaceId?: string,
* googlePlaceType?: string
* foursquare_id?: string,
* foursquare_type?: string,
* google_place_id?: string,
* google_place_type?: string
* } $data
*/
public static function fromArray(array $data): Venue
Expand Down

0 comments on commit a98a601

Please sign in to comment.