We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01750e4 commit 32e7d1aCopy full SHA for 32e7d1a
Facade/Customer.php
@@ -70,7 +70,7 @@ function id($c) {return $c['id'];}
70
* @override
71
* @see \Df\StripeClone\Facade\Customer::_get()
72
* @used-by \Df\StripeClone\Facade\Customer::get()
73
- * @param int $id
+ * @param string $id
74
* @return Operation|null
75
*/
76
protected function _get($id) {return df_try(function() use($id) {return C::s()->get($id);});}
0 commit comments