Fix PHPCS issues
This commit is contained in:
parent
98fba9306f
commit
596ee4979d
5 changed files with 15 additions and 6 deletions
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Install, update and uninstall functions for opdavies_talks.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Drupal\opdavies_talks\Repository\TalkRepository;
|
||||
|
|
|
@ -66,5 +66,4 @@ final class Event extends Date {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue