From 253d3e90101fb8a9e906ac45f464b3edaf36bc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 24 Sep 2024 20:34:19 +0200 Subject: [PATCH] lint files --- .forgejo/workflows/phpunit.yml | 4 ++-- includes/activitypub/transformer/class-gatherpress.php | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index e8810ce..a576ee2 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -84,12 +84,12 @@ jobs: env: PHP_VERSION: ${{ matrix.php-version }} - - name: Run Integration tests for GatherPress + - name: Run Integration tests for GatherPress run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && ./vendor/bin/phpunit --filter=gatherpress env: PHP_VERSION: ${{ matrix.php-version }} - - name: Run Integration tests for Events Manager + - name: Run Integration tests for Events Manager run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && ./vendor/bin/phpunit --filter=events_manager env: PHP_VERSION: ${{ matrix.php-version }} \ No newline at end of file diff --git a/includes/activitypub/transformer/class-gatherpress.php b/includes/activitypub/transformer/class-gatherpress.php index 2d700d6..ab176c4 100644 --- a/includes/activitypub/transformer/class-gatherpress.php +++ b/includes/activitypub/transformer/class-gatherpress.php @@ -92,7 +92,6 @@ final class GatherPress extends Event { } else { return null; } - } /**