Fixed phpcs issues.
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 27
− 5
@@ -10,7 +10,6 @@ use Drupal\Core\Image\ImageFactory;
@@ -10,7 +10,6 @@ use Drupal\Core\Image\ImageFactory;
@@ -23,9 +22,32 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
@@ -23,9 +22,32 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
@@ -320,7 +342,7 @@ class PagerBlock extends BlockBase implements ContainerFactoryPluginInterface {
@@ -320,7 +342,7 @@ class PagerBlock extends BlockBase implements ContainerFactoryPluginInterface {
@@ -350,7 +372,7 @@ class PagerBlock extends BlockBase implements ContainerFactoryPluginInterface {
@@ -350,7 +372,7 @@ class PagerBlock extends BlockBase implements ContainerFactoryPluginInterface {
$file = !empty($field[0]['target_id']) ? $this->entityMgr->getStorage('file')->load($field[0]['target_id']) : NULL;
@@ -374,7 +396,7 @@ class PagerBlock extends BlockBase implements ContainerFactoryPluginInterface {
@@ -374,7 +396,7 @@ class PagerBlock extends BlockBase implements ContainerFactoryPluginInterface {
@@ -396,7 +418,7 @@ class PagerBlock extends BlockBase implements ContainerFactoryPluginInterface {
@@ -396,7 +418,7 @@ class PagerBlock extends BlockBase implements ContainerFactoryPluginInterface {
$file = !empty($img[0]['target_id']) ? $this->entityMgr->getStorage('file')->load($img[0]['target_id']) : NULL;