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

Issue #3303329 by DieterHolvoet: Referenced method in...

Issue #3303329 by DieterHolvoet: Referenced method in NoCorrespondingEntityClassException docblock does not exist

(cherry picked from commit bd4448db)
parent 7af567b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 *
 * This might occur by calling a static method on an abstract class.
 *
 * @see \Drupal\Core\Entity\Entity::getEntityTypeFromStaticClass()
 * @see \Drupal\Core\Entity\EntityTypeRepositoryInterface::getEntityTypeFromClass()
 */
class NoCorrespondingEntityClassException extends \Exception {