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

Commit

Permalink
Fix annotation (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag authored and jaypatel512 committed Aug 9, 2017
1 parent 14e814d commit ae38166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PayPal/Common/PayPalModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function setCredential($credential)
* You can pass data as a json representation or array object. This argument eliminates the need
* to do $obj->fromJson($data) later after creating the object.
*
* @param null $data
* @param array|string|null $data
* @throws \InvalidArgumentException
*/
public function __construct($data = null)
Expand Down

0 comments on commit ae38166

Please sign in to comment.