File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments