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

Commit

Permalink
Updates static to $this in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Paul committed Oct 19, 2016
1 parent ba6d122 commit 0bb5293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Moneris.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function __construct(string $id, string $token, array $params = [])
* @param string $token
* @param array $params
*
* @return static
* @return $this
*/
public static function create(string $id, string $token, array $params = [])
{
Expand Down

0 comments on commit 0bb5293

Please sign in to comment.