File tree Expand file tree Collapse file tree
tests/bundle/Controller/Resource Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,9 +275,9 @@ public function testUploadPdfWithEncryptInMetadataIsAuto(): void
275275 $ tmpPdfPath = (string ) tempnam (sys_get_temp_dir (), 'ngrm_unencrypted_pdf_metadata_ ' );
276276 file_put_contents (
277277 $ tmpPdfPath ,
278- "%PDF-1.7 \n1 0 obj \n<< /Type /Catalog >> \nendobj \n" .
279- "/Title (/Encrypt) \n" .
280- "%%EOF \n" ,
278+ "%PDF-1.7 \n1 0 obj \n<< /Type /Catalog >> \nendobj \n"
279+ . "/Title (/Encrypt) \n"
280+ . "%%EOF \n" ,
281281 );
282282
283283 $ request = new Request ();
@@ -361,9 +361,9 @@ public function testUploadPdfWithEncryptInTrailingCommentAfterEofIsAuto(): void
361361 $ tmpPdfPath = (string ) tempnam (sys_get_temp_dir (), 'ngrm_unencrypted_pdf_comment_ ' );
362362 file_put_contents (
363363 $ tmpPdfPath ,
364- "%PDF-1.7 \n1 0 obj \n<< /Type /Catalog >> \nendobj \n" .
365- "%%EOF \n" .
366- "% /Encrypt 2 0 R \n" ,
364+ "%PDF-1.7 \n1 0 obj \n<< /Type /Catalog >> \nendobj \n"
365+ . "%%EOF \n"
366+ . "% /Encrypt 2 0 R \n" ,
367367 );
368368
369369 $ request = new Request ();
You can’t perform that action at this time.
0 commit comments