File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function getEntities(): array
6060 {
6161 return $ this ->entities ;
6262 }
63-
63+
6464 /**
6565 * Sets the contents of the icon file.
6666 * @param string $content
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function testSetAndGetImportTime(): void
7272 $ this ->assertSame ($ entity , $ entity ->setImportTime ($ importTime ));
7373 $ this ->assertSame ($ importTime , $ entity ->getImportTime ());
7474 }
75-
75+
7676 /**
7777 * Tests the setting and getting the error message.
7878 * @covers ::getErrorMessage
@@ -82,7 +82,7 @@ public function testSetAndGetErrorMessage(): void
8282 {
8383 $ errorMessage = 'abc ' ;
8484 $ entity = new ExportJob ();
85-
85+
8686 $ this ->assertSame ($ entity , $ entity ->setErrorMessage ($ errorMessage ));
8787 $ this ->assertSame ($ errorMessage , $ entity ->getErrorMessage ());
8888 }
You can’t perform that action at this time.
0 commit comments