We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7275afa commit fc2eed9Copy full SHA for fc2eed9
Tests/FilesystemTest.php
@@ -1619,7 +1619,7 @@ public function testAppendToFileWithArray()
1619
1620
$this->filesystem->dumpFile($filename, 'foo');
1621
1622
- $this->filesystem->appendToFile($filename, array('bar'));
+ $this->filesystem->appendToFile($filename, ['bar']);
1623
1624
$this->assertFileExists($filename);
1625
$this->assertStringEqualsFile($filename, 'foobar');
0 commit comments