Verified Commit f678235a authored by Dave Long's avatar Dave Long
Browse files

Issue #3355139 by krystalcode: Method documented to raise error while it actually does not

(cherry picked from commit d67466cf)
parent 44fae5c0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -158,9 +158,6 @@ public function getBundleFromClass(string $class_name): ?string {
   *
   * @return string|null
   *   The bundle or NULL if not set.
   *
   * @throws \Drupal\Core\Entity\EntityStorageException
   *   When a corresponding bundle cannot be found and is expected.
   */
  protected function getBundleFromValues(array $values): ?string {
    $bundle = NULL;