Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion os2forms_sync.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: OS2Forms sync
package: OS2Forms

type: module
core_version_requirement: ^9
core_version_requirement: ^9 || ^10

dependencies:
- drupal:os2forms
Expand Down
4 changes: 2 additions & 2 deletions src/Helper/WebformHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
use Drupal\Core\Datetime\DrupalDateTime;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Http\RequestStack;
use Drupal\Core\Serialization\Yaml;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\Url;
use Drupal\webform\Entity\Webform;
use Drupal\webform\WebformEntityStorageInterface;
use Drupal\webform\WebformInterface;
use Symfony\Component\HttpFoundation\RequestStack;

/**
* The webform helper.
Expand All @@ -37,7 +37,7 @@ final class WebformHelper {
/**
* The request stack.
*
* @var \Drupal\Core\Http\RequestStack
* @var Symfony\Component\HttpFoundation\RequestStack
*/
private RequestStack $requestStack;

Expand Down