@@ -307,7 +307,7 @@ public function testToArrayWithAddStructureName(): void
307307
308308 public function testFromComposerWithSingleAuthor (): void
309309 {
310- $ testComposerPath = sys_get_temp_dir () . '/test-composer- ' . uniqid () . '.json ' ;
310+ $ testComposerPath = sys_get_temp_dir (). '/test-composer- ' . uniqid (). '.json ' ;
311311 $ composerData = [
312312 'name ' => 'test/package ' ,
313313 'authors ' => [
@@ -332,7 +332,7 @@ public function testFromComposerWithSingleAuthor(): void
332332
333333 public function testFromComposerWithMultipleAuthors (): void
334334 {
335- $ testComposerPath = sys_get_temp_dir () . '/test-composer- ' . uniqid () . '.json ' ;
335+ $ testComposerPath = sys_get_temp_dir (). '/test-composer- ' . uniqid (). '.json ' ;
336336 $ composerData = [
337337 'name ' => 'test/package ' ,
338338 'authors ' => [
@@ -359,7 +359,7 @@ public function testFromComposerWithMultipleAuthors(): void
359359
360360 public function testFromComposerWithAuthorWithoutEmail (): void
361361 {
362- $ testComposerPath = sys_get_temp_dir () . '/test-composer- ' . uniqid () . '.json ' ;
362+ $ testComposerPath = sys_get_temp_dir (). '/test-composer- ' . uniqid (). '.json ' ;
363363 $ composerData = [
364364 'name ' => 'test/package ' ,
365365 'authors ' => [
@@ -382,7 +382,7 @@ public function testFromComposerWithAuthorWithoutEmail(): void
382382
383383 public function testFromComposerWithNoAuthors (): void
384384 {
385- $ testComposerPath = sys_get_temp_dir () . '/test-composer- ' . uniqid () . '.json ' ;
385+ $ testComposerPath = sys_get_temp_dir (). '/test-composer- ' . uniqid (). '.json ' ;
386386 $ composerData = [
387387 'name ' => 'test/package ' ,
388388 'license ' => 'MIT ' ,
@@ -402,7 +402,7 @@ public function testFromComposerWithNoAuthors(): void
402402
403403 public function testFromComposerWithNoLicense (): void
404404 {
405- $ testComposerPath = sys_get_temp_dir () . '/test-composer- ' . uniqid () . '.json ' ;
405+ $ testComposerPath = sys_get_temp_dir (). '/test-composer- ' . uniqid (). '.json ' ;
406406 $ composerData = [
407407 'name ' => 'test/package ' ,
408408 'authors ' => [
@@ -424,7 +424,7 @@ public function testFromComposerWithNoLicense(): void
424424
425425 public function testFromComposerWithAdditionalAnnotations (): void
426426 {
427- $ testComposerPath = sys_get_temp_dir () . '/test-composer- ' . uniqid () . '.json ' ;
427+ $ testComposerPath = sys_get_temp_dir (). '/test-composer- ' . uniqid (). '.json ' ;
428428 $ composerData = [
429429 'name ' => 'test/package ' ,
430430 'authors ' => [
@@ -452,7 +452,7 @@ public function testFromComposerWithAdditionalAnnotations(): void
452452
453453 public function testFromComposerWithCustomParameters (): void
454454 {
455- $ testComposerPath = sys_get_temp_dir () . '/test-composer- ' . uniqid () . '.json ' ;
455+ $ testComposerPath = sys_get_temp_dir (). '/test-composer- ' . uniqid (). '.json ' ;
456456 $ composerData = [
457457 'name ' => 'test/package ' ,
458458 'authors ' => [
0 commit comments