Skip to content

Commit cb751e8

Browse files
committed
The number of records is mandatory, so should never be null.
1 parent e3f2824 commit cb751e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Records.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct($cql, Client $client, $count = 10, $extraParams = ar
4848
/**
4949
* Return the number of records
5050
*
51-
* @return int|null
51+
* @return int
5252
*/
5353
public function numberOfRecords()
5454
{

0 commit comments

Comments
 (0)