Skip to content

Commit

Permalink
[BUGFIX] Fix compatibility with PHP 7.4, resolves #296
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Suter committed Sep 17, 2023
1 parent 4a9b276 commit 1a81580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-09-17 Francois Suter (Idéative) <[email protected]>

* Fix compatibility with PHP 7.4, resolves #296

2023-08-07 Francois Suter (Idéative) <[email protected]>

* Allow explicit ordering of columns for processing, resolves #255
Expand Down
5 changes: 1 addition & 4 deletions Classes/Message/AfterImportMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
use TYPO3\CMS\Core\Messaging\AbstractMessage;
use TYPO3\CMS\Core\Messaging\WebhookMessageInterface;

#[WebhookMessage(
identifier: 'externalimport/after-import',
description: 'LLL:EXT:external_import/Resources/Private/Language/ExternalImport.xlf:webhook.after_import'
)]
#[WebhookMessage(identifier: 'externalimport/after-import', description: 'LLL:EXT:external_import/Resources/Private/Language/ExternalImport.xlf:webhook.after_import')]
class AfterImportMessage implements WebhookMessageInterface
{
protected Importer $importer;
Expand Down

0 comments on commit 1a81580

Please sign in to comment.