damianopetrungaro / CachetSDK

A PHP SDK for Cachet, providing a full functionality access.
http://damianopetrungaro.github.io/CachetSDK
MIT License
20 stars 1 forks source link

@param $client #4

Open gemal opened 6 years ago

gemal commented 6 years ago

in https://github.com/damianopetrungaro/CachetSDK/blob/master/src/Points/PointFactory.php#L22 you have @param $client

but here: https://github.com/damianopetrungaro/CachetSDK/blob/master/src/Points/PointActions.php#L43 you have @param CachetClient $client

shouldn't they be the same?

damianopetrungaro commented 6 years ago

As you can see by the signature they are the same: (CachetClient $client) 😄

damianopetrungaro commented 6 years ago

If you want you can make a pull request to change it