Skip to content

Commit 7d4a4b7

Browse files
R0Wigithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 7833650 commit 7d4a4b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Unit/OperationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public function testDoesNothingOnMapperEventIfFileNotFound() {
326326
->method('getFirstNodeById')
327327
->with(42)
328328
->willReturn(null);
329-
329+
330330
$operation = new Operation($this->jobList, $this->l, $this->logger, $this->urlGenerator, $this->processingFileAccessor, $this->rootFolder);
331331

332332
$operation->onEvent($eventName, $event, $this->ruleMatcher);

tests/Unit/Service/OcrServiceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ public function testDoesNotCreateNewFileVersionIfOcrContentWasEmpty() {
519519
$fileId = 42;
520520

521521
$this->rootFolder->expects($this->never())->method('getById');
522-
522+
523523
$this->rootFolder->expects($this->once())
524524
->method('getFirstNodeById')
525525
->with($fileId)
@@ -712,7 +712,7 @@ public function testSetsFileVersionsLabelIfKeepOriginalFileVersionIsTrue() {
712712

713713
$fileMock = $this->createValidFileMock($mimeType, $content);
714714
$this->rootFolderGetFirstNodeById42ReturnValue = $fileMock;
715-
715+
716716
$this->ocrProcessor->expects($this->once())
717717
->method('ocrFile')
718718
->willReturn($ocrResult);

0 commit comments

Comments
 (0)