@@ -103,7 +103,7 @@ public function getGeneratePatchTests(): iterable
103103\ No newline at end of file
104104+Updated file2
105105\ No newline at end of file
106- EOF
106+ EOF ,
107107 ];
108108
109109 yield 'file_created_in_update_because_missing ' => [
@@ -118,7 +118,7 @@ public function getGeneratePatchTests(): iterable
118118@@ -0,0 +1 @@
119119+New file
120120\ No newline at end of file
121- EOF
121+ EOF ,
122122 ];
123123
124124 yield 'file_created_in_update_because_null ' => [
@@ -133,7 +133,7 @@ public function getGeneratePatchTests(): iterable
133133@@ -0,0 +1 @@
134134+New file
135135\ No newline at end of file
136- EOF
136+ EOF ,
137137 ];
138138
139139 yield 'file_deleted_in_update_because_missing ' => [
@@ -172,7 +172,7 @@ public function getGeneratePatchTests(): iterable
172172+file to create
173173\ No newline at end of file
174174EOF
175- ,
175+ ,
176176 ['will_be_deleted.txt ' ],
177177 ];
178178
@@ -491,7 +491,7 @@ private function getFilesForPatching(string $projectPath = ''): array
491491# For an SQL-HEAVY database, use: "sqlheavy:///%kernel.project_dir%/var/data.db"
492492DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db
493493###< doctrine/doctrine-bundle ###
494- EOF
494+ EOF ,
495495 ],
496496
497497 // package.json
@@ -536,7 +536,7 @@ private function getFilesForPatching(string $projectPath = ''): array
536536 "@symfony/webpack-encore": "^1.7.0"
537537 }
538538}
539- EOF
539+ EOF ,
540540 ],
541541
542542 // config/packages/webpack_encore.yaml
@@ -557,7 +557,7 @@ private function getFilesForPatching(string $projectPath = ''): array
557557 output_path: '%kernel.project_dir%/public/build'
558558 # If multiple builds are defined (as shown below), you can disable the default build:
559559 # output_path: false
560- EOF
560+ EOF ,
561561 ],
562562
563563 // config/packages/security.yaml
0 commit comments