Skip to content

Commit

Permalink
Apply fixes from StyleCI (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
palokankare authored May 7, 2019
1 parent dbb18d5 commit 9e366e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Template extends ApiResource
* Template constructor.
*
* @param array $attributes
* @param null $notific
* @param null $notific
*/
public function __construct(array $attributes, $notific = null)
{
Expand Down Expand Up @@ -125,6 +125,7 @@ public function channels(...$channels)

/**
* @param array $meta
*
* @return $this
*/
public function meta(array $meta)
Expand Down

0 comments on commit 9e366e1

Please sign in to comment.