Skip to content

Commit

Permalink
Merge pull request #32 from eXtreme/patch-1
Browse files Browse the repository at this point in the history
Fixed incompatible declaration of Noop::storeContents in php7.2
  • Loading branch information
twistor authored Jun 5, 2018
2 parents 8a6ac8d + 3b349d0 commit c46e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Noop.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function rename($path, $newpath)
/**
* {@inheritdoc}
*/
public function storeContents($directory, array $contents, $recursive)
public function storeContents($directory, array $contents, $recursive = false)
{
return $contents;
}
Expand Down

0 comments on commit c46e28b

Please sign in to comment.