Verified Commit 8a32152f authored by Dave Long's avatar Dave Long
Browse files

Issue #3360139 by bradjones1: Phpdoc for ResourceTypeRepositoryInterface::get...

Issue #3360139 by bradjones1: Phpdoc for ResourceTypeRepositoryInterface::get return value is incomplete

(cherry picked from commit 8b85a044)
parent 611cda61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public function all();
   *   The ID for the bundle to find. If the entity type does not have a bundle,
   *   then the entity type ID again.
   *
   * @return \Drupal\jsonapi\ResourceType\ResourceType
   * @return \Drupal\jsonapi\ResourceType\ResourceType|null
   *   The requested JSON:API resource type, if it exists. NULL otherwise.
   *
   * @see \Drupal\Core\Entity\EntityInterface::bundle()