Fix errors psalm found scanning at level 7
This commit is contained in:
parent
e7612c8c31
commit
215b28b056
6 changed files with 97 additions and 100 deletions
|
@ -13,8 +13,8 @@ class PlaceService
|
|||
/**
|
||||
* Create a place.
|
||||
*
|
||||
* @param array $data
|
||||
* @return \App\Place
|
||||
* @param array $data
|
||||
* @return Place
|
||||
*/
|
||||
public function createPlace(array $data): Place
|
||||
{
|
||||
|
@ -39,9 +39,9 @@ class PlaceService
|
|||
}
|
||||
|
||||
/**
|
||||
* Create a place from a h-card checkin, for exameple from OwnYourSwarm.
|
||||
* Create a place from a h-card checkin, for example from OwnYourSwarm.
|
||||
*
|
||||
* @param array
|
||||
* @param array
|
||||
* @return Place
|
||||
*/
|
||||
public function createPlaceFromCheckin(array $checkin): Place
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue