feature/avoid-repeating-places-in-game #38
| @ -60,7 +60,7 @@ class PlaceRepository | |||||||
|         return $places; |         return $places; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     private function getRandomForMapWithValidPano($numberOfPlaces, $select, array &$exclude, $pickRandomInt = null): ?Place |     private function getRandomForMapWithValidPano($numberOfPlaces, $select, array &$exclude, ?callable $pickRandomInt = null): ?Place | ||||||
|     { |     { | ||||||
|         do { |         do { | ||||||
|             $numberOfPlacesLeft = $numberOfPlaces - count($exclude); |             $numberOfPlacesLeft = $numberOfPlaces - count($exclude); | ||||||
| @ -79,7 +79,7 @@ class PlaceRepository | |||||||
|         return $place; |         return $place; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     private function selectRandomFromDbForMap($numberOfPlacesLeft, $select, array $exclude, $pickRandomInt): ?Place |     private function selectRandomFromDbForMap($numberOfPlacesLeft, $select, array $exclude, ?callable $pickRandomInt): ?Place | ||||||
|     { |     { | ||||||
|         if($numberOfPlacesLeft <= 0) |         if($numberOfPlacesLeft <= 0) | ||||||
|             return null; |             return null; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user