Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / FileTransfer / FileTransferTest.php
index 76d8be8009f3d3aeafaadba66c73690e1d3bb3df..04b1f663614cc79bfa83748ad43dc25955b02117 100644 (file)
@@ -60,7 +60,7 @@ class FileTransferTest extends BrowserTestBase {
         $this->_writeDirectory($base . DIRECTORY_SEPARATOR . $key, $file);
       }
       else {
-        //just write the filename into the file
+        // just write the filename into the file
         file_put_contents($base . DIRECTORY_SEPARATOR . $file, $file);
       }
     }