Skip to content

Commit a4021da

Browse files
committed
SPLAT-4180 run php-cs-fixer for tests
1 parent d25756e commit a4021da

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/bundle/Controller/Resource/UploadTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)