Set PHPDoc annotations correctly.

This commit is contained in:
Buster "Silver Eagle" Neece 2019-02-25 00:47:43 -06:00
parent 5839702a4c
commit 80a595df4b
1 changed files with 2 additions and 2 deletions

View File

@ -442,8 +442,8 @@ class AutoDJ implements EventSubscriberInterface
/**
* Fetch an entity if given either the entity object itself OR its identifier.
*
* @param $class_name
* @param $identifier
* @param string $class_name
* @param object|string|int $identifier
* @return object|null
*/
protected function getEntity($class_name, $identifier): ?object