Skip to content

Commit

Permalink
Merge pull request #35 from kovenant/master
Browse files Browse the repository at this point in the history
fix issue #32 (compatible problem)
  • Loading branch information
cr-lgl committed Apr 14, 2020
2 parents 45a4bf3 + 7a4c295 commit a043ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MySQLHandler/MySQLHandler.php
Expand Up @@ -161,7 +161,7 @@ private function prepareStatement()
* @param $record[]
* @return void
*/
protected function write(array $record)
protected function write(array $record): void
{
if (!$this->initialized) {
$this->initialize();
Expand Down

0 comments on commit a043ec8

Please sign in to comment.