File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ public function __construct(FapiRestClient $client)
2525
2626 /**
2727 * @param array<mixed> $parameters
28- * @return array<mixed>|null
28+ * @return array<mixed>
2929 */
30- public function findAll (int $ clientId , array $ parameters = []): ? array
30+ public function findAll (int $ clientId , array $ parameters = []): array
3131 {
3232 return $ this ->client ->getResources (
3333 $ this ->path . '/search ' ,
Original file line number Diff line number Diff line change 33namespace Fapi \FapiClient ;
44
55use Fapi \FapiClient \EndPoints \ApiTokens ;
6+ use Fapi \FapiClient \EndPoints \ClientChanges ;
67use Fapi \FapiClient \EndPoints \Clients ;
78use Fapi \FapiClient \EndPoints \Countries ;
89use Fapi \FapiClient \EndPoints \DiscountCodes ;
@@ -64,4 +65,6 @@ public function getDiscountCodes(): DiscountCodes;
6465
6566 public function getVouchers (): Vouchers ;
6667
68+ public function getClientChanges (): ClientChanges ;
69+
6770}
You can’t perform that action at this time.
0 commit comments