Skip to content

Commit

Permalink
Add type to size
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 17, 2024
1 parent 2c763a8 commit a4bb8bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Core/AES/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ class ParagonIE_Sodium_Core_AES_Block extends SplFixedArray
* @var int
*/
protected $size;


/**
* @param int $size
*/
public function __construct($size = 8)
{
parent::__construct($size);
Expand Down

0 comments on commit a4bb8bd

Please sign in to comment.