Skip to content

Commit

Permalink
Apply fixes from StyleCI (#887)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
overtrue authored Aug 31, 2017
1 parent 5ebb176 commit 3e2d6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Kernel/Traits/Observable.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trait Observable

/**
* @param \Closure|EventHandlerInterface|string $handler
* @param string $condition
* @param string $condition
*
* @throws \EasyWeChat\Kernel\Exceptions\InvalidArgumentException
*/
Expand Down
2 changes: 1 addition & 1 deletion src/OfficialAccount/Broadcasting/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function previewCard(string $cardId, $to, $by = self::PREVIEW_BY_OPENID)

/**
* @param \EasyWeChat\Kernel\Contracts\MessageInterface $message
* @param string $to
* @param string $to
* @param string $by
*
* @return mixed
Expand Down

0 comments on commit 3e2d6fe

Please sign in to comment.