Skip to content

Commit

Permalink
Merge pull request #149 from opengento/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 authored Aug 28, 2024
2 parents db16ac2 + 02c211b commit d38c6d9
Show file tree
Hide file tree
Showing 255 changed files with 2,053 additions and 5,628 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: thomas_klein # Replace with a single Patreon username
#patreon: # Replace with a single Patreon username
#open_collective: # Replace with a single Open Collective username
#ko_fi: # Replace with a single Ko-fi username
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
#liberapay: # Replace with a single Liberapay username
#issuehunt: # Replace with a single IssueHunt username
#otechie: # Replace with a single Otechie username
custom: ['https://secure.payplug.com/p/jtN33xM']
custom: ['https://www.helloasso.com/associations/opengento/formulaires/1']
4 changes: 2 additions & 2 deletions .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: M2 Coding Standard
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-coding-standard@master
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-coding-standard/8.2@master
4 changes: 2 additions & 2 deletions .github/workflows/mess-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: M2 Mess Detector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-mess-detector@master
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-mess-detector/@master
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: M2 PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: extdn/github-actions-m2/magento-phpstan@master
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-phpstan/8.2@master
with:
composer_name: opengento/module-gdpr
59 changes: 0 additions & 59 deletions Api/ActionEntityRepositoryInterface.php

This file was deleted.

25 changes: 0 additions & 25 deletions Api/ActionInterface.php

This file was deleted.

17 changes: 0 additions & 17 deletions Api/Data/ActionContextInterface.php

This file was deleted.

59 changes: 0 additions & 59 deletions Api/Data/ActionEntityInterface.php

This file was deleted.

31 changes: 0 additions & 31 deletions Api/Data/ActionEntitySearchResultsInterface.php

This file was deleted.

21 changes: 0 additions & 21 deletions Api/Data/ActionResultInterface.php

This file was deleted.

9 changes: 1 addition & 8 deletions Api/Data/EraseEntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,7 @@ public function setEraseId(int $eraseId): EraseEntityInterface;

public function getEntityId(): int;

/**
* Set the entity ID
*
* @param int $entityId
* @return EraseEntityInterface
* @todo force type in php7.4
*/
public function setEntityId($entityId): EraseEntityInterface;
public function setEntityId(int $entityId): EraseEntityInterface;

public function getEntityType(): string;

Expand Down
9 changes: 1 addition & 8 deletions Api/Data/ExportEntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@ public function setExportId(int $exportId): ExportEntityInterface;

public function getEntityId(): int;

/**
* Set the entity ID
*
* @param int $entityId
* @return ExportEntityInterface
* @todo force type in php7.4
*/
public function setEntityId($entityId): ExportEntityInterface;
public function setEntityId(int $entityId): ExportEntityInterface;

public function getEntityType(): string;

Expand Down
6 changes: 3 additions & 3 deletions Api/EraseSalesInformationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

namespace Opengento\Gdpr\Api;

use DateTime;
use DateTimeInterface;
use Opengento\Gdpr\Api\Data\EraseEntityInterface;

/**
* @api
*/
interface EraseSalesInformationInterface
{
public function scheduleEraseEntity(int $entityId, string $entityType, DateTime $lastActive): EraseEntityInterface;
public function scheduleEraseEntity(int $entityId, string $entityType, DateTimeInterface $lastActive): EraseEntityInterface;

public function isAlive(DateTime $lastActive): bool;
public function isAlive(DateTimeInterface $lastActive): bool;
}
36 changes: 0 additions & 36 deletions Block/Adminhtml/Action/Edit/BackButton.php

This file was deleted.

29 changes: 0 additions & 29 deletions Block/Adminhtml/Action/Edit/ExecuteButton.php

This file was deleted.

Loading

0 comments on commit d38c6d9

Please sign in to comment.