Skip to content

Commit

Permalink
Void removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Brzozowski committed Apr 25, 2019
1 parent 846794e commit dd9c384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pgsql/GeneratorAddonsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testColumnComment()
$this->assertEquals('comment', $table->columns['col_comment']->comment);
}

public function testColumnDefaultArrayValue(): void
public function testColumnDefaultArrayValue()
{
$table = $this->getGenerator()->table;
$this->assertArrayHasKey('col_default_array', $table->columns);
Expand Down

0 comments on commit dd9c384

Please sign in to comment.