Skip to content

Commit

Permalink
fixup! Add imip processing
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Sep 8, 2022
1 parent 35cf81a commit dca353a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/Migration/Version2000Date20220908130842.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
use OCP\Migration\SimpleMigrationStep;

class Version2000Date20220908130842 extends SimpleMigrationStep {

/**
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Job/PreviewEnhancementProcessingJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
use Psr\Log\LoggerInterface;

class PreviewEnhancementProcessingJobTest extends TestCase {

/** @var ITimeFactory|ITimeFactory&MockObject|MockObject */
private $time;

Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Service/IMipServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
use Psr\Log\LoggerInterface;

class IMipServiceTest extends TestCase {

/** @var MailboxMapper|MockObject */
private $mailboxMapper;

Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Service/PreprocessingServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
use Psr\Log\LoggerInterface;

class PreprocessingServiceTest extends TestCase {

/** @var MailboxMapper|MockObject */
private $mailboxMapper;

Expand Down

0 comments on commit dca353a

Please sign in to comment.