Skip to content
Snippets Groups Projects

Fixed PHPCS issues/errors

2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -154,7 +154,8 @@ class EntityEditUrlResolver {
* Uuid of entity.
*
* @return bool|\Drupal\Core\Entity\EntityInterface
* Entity or false if not possible to load entity by uuid.
* - TRUE if the entity exists.
* - The parent entity if found.
*/
protected function loadEntityByUuid($entity_type, $uuid) {
try {
Loading