Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'feature/serializer' of https://github.com/denixport/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Storage/Plugin/PluginOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ public function getSerializer()
* Used by:
* - Serializer
*
* @param array $serializerOptions
* @param mixed $serializerOptions
* @return PluginOptions
*/
public function setSerializerOptions(array $serializerOptions)
public function setSerializerOptions($serializerOptions)
{
$this->serializerOptions = $serializerOptions;
return $this;
Expand Down

0 comments on commit 7c3f597

Please sign in to comment.