Skip to content

Commit fa01add

Browse files
committed
Add minor typee hint
1 parent dd4098c commit fa01add

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Api/Actions/Companies.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ public function stats(StatsRequest $request): int
283283
$this->urlBuilder
284284
->addPath('/stats');
285285

286+
/** @var Stats|null $result */
286287
$result = $this->findEntity(
287288
$request,
288289
Stats::class

src/Api/Actions/People.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ public function stats(StatsRequest $request): int
331331
$this->urlBuilder
332332
->addPath('/stats');
333333

334+
/** @var Stats|null $result */
334335
$result = $this->findEntity(
335336
$request,
336337
Stats::class

0 commit comments

Comments
 (0)