Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 20, 2022
1 parent d8d0141 commit 7633966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Enumerable.stub
Expand Up @@ -18,7 +18,7 @@ interface Enumerable extends \Countable, \IteratorAggregate, \JsonSerializable
*
* @throws \InvalidArgumentException
*/
public function random($number = null) {}
public function random($number = null);

/**
* Create a collection by using this collection for keys and another for its values.
Expand Down

0 comments on commit 7633966

Please sign in to comment.