It's good remove type hinting from assertSame instead of this we can use asse...

Contribution Date
Technology
Contribution Project
Contribution Details

It's good remove type hinting from assertSame instead of this we can use assertEquals like as follow

- $this->assertSame(4, (int) $num_records); + $this->assertEquals(4, $num_records);

Kindly review a patch.

Contribution Author
Files count
2
Patches count
1