File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -891,7 +891,7 @@ public function getFormatterCalledTwoTimesReturnsSameInstance(): void
891891 /**
892892 * @test
893893 */
894- public function createReturnsNewOutputFormatInstance (): void
894+ public function createReturnsOutputFormatInstance (): void
895895 {
896896 self ::assertInstanceOf (OutputFormat::class, OutputFormat::create ());
897897 }
@@ -910,7 +910,7 @@ public function createCalledTwoTimesReturnsDifferentInstances(): void
910910 /**
911911 * @test
912912 */
913- public function createCompactReturnsNewOutputFormatInstance (): void
913+ public function createCompactReturnsOutputFormatInstance (): void
914914 {
915915 self ::assertInstanceOf (OutputFormat::class, OutputFormat::createCompact ());
916916 }
@@ -1039,7 +1039,7 @@ public function createCompactReturnsInstanceWithRenderCommentsDisabled(): void
10391039 /**
10401040 * @test
10411041 */
1042- public function createPrettyReturnsNewOutputFormatInstance (): void
1042+ public function createPrettyReturnsOutputFormatInstance (): void
10431043 {
10441044 self ::assertInstanceOf (OutputFormat::class, OutputFormat::createPretty ());
10451045 }
@@ -1148,7 +1148,7 @@ public function createPrettyReturnsInstanceWithSpaceAfterSelectorSeparatorSetToS
11481148 /**
11491149 * @test
11501150 */
1151- public function createPrettyReturnsInstanceWithSpaceAfterListArgumentSeparatorsSetToSpaceForComma (): void
1151+ public function createPrettyReturnsInstanceWithSpaceAfterListArgumentSeparatorsSetToSpaceForCommaOnly (): void
11521152 {
11531153 $ newInstance = OutputFormat::createPretty ();
11541154
You can’t perform that action at this time.
0 commit comments