Skip to content

Commit

Permalink
Fixed phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Nov 4, 2019
1 parent af415ff commit 5ca7d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Builder/ContentsAwareBuilderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait ContentsAwareBuilderTrait
protected $data = [];

/**
* @param array|BuilderInterface $content
* @param mixed $content
*
* @throws StringsException
*/
Expand All @@ -35,6 +35,7 @@ public function addContent($content): self
}

$this->data['contents'][] = $content;


return $this;
}
Expand Down

0 comments on commit 5ca7d84

Please sign in to comment.