Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Erased TestBase.php and refactored unit tests to use proper data pr…
Browse files Browse the repository at this point in the history
…oviders
  • Loading branch information
voorproever committed Sep 28, 2017
1 parent 10b9631 commit 065bfd3
Show file tree
Hide file tree
Showing 16 changed files with 460 additions and 408 deletions.
4 changes: 2 additions & 2 deletions src/Fusonic/Linq/Linq.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ public static function from($dataSource)
/**
* Generates a sequence of integral numbers within a specified range.
*
* @param $start The value of the first integer in the sequence.
* @param $count The number of sequential integers to generate.
* @param int $start The value of the first integer in the sequence.
* @param int $count The number of sequential integers to generate.
* @return Linq An sequence that contains a range of sequential int numbers.
* @throws \OutOfRangeException
*/
Expand Down
Loading

0 comments on commit 065bfd3

Please sign in to comment.