Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-efler committed Feb 4, 2021
1 parent 1f0b001 commit b5a5bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/FilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function testWriteStream()
$mockAdapter = $this->createMock(FilesystemAdapter::class);
$mockAdapter->expects($this->once())->method('writeStream')->with(
$this->equalTo('test'),
$this->callback(function($value) {
$this->callback(function ($value) {
return \is_resource($value);
}),
$this->anything()
Expand Down

0 comments on commit b5a5bdc

Please sign in to comment.