Skip to content

Commit d3d5f85

Browse files
committed
Apply php-cs-fixer changes
1 parent e7241c7 commit d3d5f85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Operation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(
5353
private LoggerInterface $logger,
5454
private IURLGenerator $urlGenerator,
5555
private IProcessingFileAccessor $processingFileAccessor,
56-
private IRootFolder $rootFolder
56+
private IRootFolder $rootFolder,
5757
) {
5858
}
5959

tests/Unit/Service/OcrServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ public function testThrowsNotFoundExceptionWhenFileNotFound() {
419419
public function testDoesNotCallOcr_OnNonFile() {
420420
$invalidNode = $this->createMock(Node::class);
421421
$invalidNode->method('getType')
422-
->willReturn(FileInfo::TYPE_FOLDER);
422+
->willReturn(FileInfo::TYPE_FOLDER);
423423
$settings = new WorkflowSettings();
424424
$this->rootFolderGetFirstNodeById42ReturnValue = $invalidNode;
425425

0 commit comments

Comments
 (0)