Open gemal opened 6 years ago
in https://github.com/damianopetrungaro/CachetSDK/blob/master/src/Points/PointFactory.php#L22 you have @param $client
@param $client
but here: https://github.com/damianopetrungaro/CachetSDK/blob/master/src/Points/PointActions.php#L43 you have @param CachetClient $client
@param CachetClient $client
shouldn't they be the same?
As you can see by the signature they are the same: (CachetClient $client) 😄
(CachetClient $client)
If you want you can make a pull request to change it
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?