File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public function bootstrapWillRestoreMissingUnreleasedSection(): void
9393 );
9494 $ this ->filesystem ->dumpFile ($ workingDirectory . '/.keep-a-changelog.ini ' , "[defaults] \n" );
9595
96- $ result = new Bootstrapper ($ this ->filesystem )
96+ $ result = ( new Bootstrapper ($ this ->filesystem ) )
9797 ->bootstrap ($ workingDirectory );
9898
9999 self ::assertFalse ($ result ->configCreated );
@@ -116,7 +116,7 @@ public function bootstrapWillRestoreMissingUnreleasedSectionForExistingCustomInt
116116 );
117117 $ this ->filesystem ->dumpFile ($ workingDirectory . '/.keep-a-changelog.ini ' , "[defaults] \n" );
118118
119- $ result = new Bootstrapper ($ this ->filesystem )
119+ $ result = ( new Bootstrapper ($ this ->filesystem ) )
120120 ->bootstrap ($ workingDirectory );
121121
122122 self ::assertFalse ($ result ->configCreated );
You can’t perform that action at this time.
0 commit comments