mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
PHP DocBlock: use more common type name
This commit is contained in:
@@ -34,7 +34,7 @@ class OffsetTest extends BaseClass {
|
|||||||
/**
|
/**
|
||||||
* @dataProvider numberRangeZeroToFourProvider
|
* @dataProvider numberRangeZeroToFourProvider
|
||||||
*
|
*
|
||||||
* @param integer $offset
|
* @param int $offset
|
||||||
*/
|
*/
|
||||||
public function testOffsetOfOneNoHeader($offset) {
|
public function testOffsetOfOneNoHeader($offset) {
|
||||||
$this->csv->offset = $offset;
|
$this->csv->offset = $offset;
|
||||||
|
|||||||
Reference in New Issue
Block a user