Fix annotation (#872)

This commit is contained in:
Jáchym Toušek
2017-08-09 19:03:57 +02:00
committed by Jay
parent 14e814d74b
commit ae38166b53

View File

@@ -38,7 +38,7 @@ class PayPalModel
* You can pass data as a json representation or array object. This argument eliminates the need * 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. * to do $obj->fromJson($data) later after creating the object.
* *
* @param null $data * @param array|string|null $data
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
*/ */
public function __construct($data = null) public function __construct($data = null)