Skip to content

Commit

Permalink
fix a phpcs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Feb 1, 2022
1 parent 17ff7cd commit f6efc93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Lib/Process/Pointer/Pointer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public function __construct(
) {
}

public function indexedAt(int $n): Pointer {
public function indexedAt(int $n): Pointer
{
return new Pointer(
$this->type,
$n * $this->size + $this->address,
Expand Down

0 comments on commit f6efc93

Please sign in to comment.