Skip to content

Commit 8d831d3

Browse files
committed
Coding standards
1 parent d566ee0 commit 8d831d3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

modules/os2forms_dawa/src/Plugin/os2web/DataLookup/DatafordelerDataLookup.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Drupal\Core\File\FileSystem;
77
use Drupal\Core\Form\FormStateInterface;
88
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
9-
use Drupal\key\KeyRepository;
109
use Drupal\key\KeyRepositoryInterface;
1110
use Drupal\os2forms_dawa\Entity\DatafordelerMatrikula;
1211
use Drupal\os2web_audit\Service\Logger;
@@ -43,7 +42,7 @@ public function __construct(
4342
* {@inheritdoc}
4443
*/
4544
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
46-
/** @var Logger $auditLogger */
45+
/** @var \Drupal\os2web_audit\Service\Logger $auditLogger */
4746
$auditLogger = $container->get('os2web_audit.logger');
4847
/** @var \Drupal\key\KeyRepositoryInterface $keyRepository */
4948
$keyRepository = $container->get('key.repository');

modules/os2forms_fasit/src/Helper/Settings.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ public function getFasitApiTenant(): ?string {
4848
public function getFasitApiVersion(): ?string {
4949
return $this->get(SettingsForm::FASIT_API_VERSION);
5050
}
51-
52-
53-
54-
51+
5552
/**
5653
* Get key.
5754
*/

0 commit comments

Comments
 (0)