Skip to content

Commit

Permalink
fix: phpdoc block
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 8, 2019
1 parent 6248da5 commit 8369147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SlimData.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class SlimData extends stdClass implements JsonSerializable
/**
* Create a slimData object
*
* @param float|null $version The version
* @param array<string, string>|null $types The types of documentations
* @param array<string, string>|null $varTypes The types of variables
* @param float|null $version The version
* @param array<string,string>|null $types The types of documentations
* @param array<string,string>|null $varTypes The types of variables
*/
public function __construct(
?float $version = null,
Expand Down

0 comments on commit 8369147

Please sign in to comment.