Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Sep 15, 2021
1 parent 3194e52 commit 6f5a137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LengthCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
final class LengthCalculator
{
/**
* @param string $data
* @return array{int, null|string}
*/
public static function getLengthOfString(string $data): array
Expand All @@ -33,6 +32,7 @@ public static function getLengthOfString(string $data): array

/**
* @param array<int|string, mixed> $data
*
* @return array{int, null|string}
*/
public static function getLengthOfArray(array $data): array
Expand Down
2 changes: 1 addition & 1 deletion src/MapObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct(array $data = [])
}

/**
* @param MapItem[] $data
* @param MapItem[] $data
*/
public static function create(array $data = []): self
{
Expand Down

0 comments on commit 6f5a137

Please sign in to comment.