Skip to content

Commit

Permalink
Explicit return type
Browse files Browse the repository at this point in the history
  • Loading branch information
wmouwen committed Mar 22, 2024
1 parent 5ba0c02 commit 5086074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/ORM/Tools/SchemaToolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function postGenerateComparisonSchema(GenerateSchemaEventArgs $eventArgs)
public static bool $called = false;

/** {@inheritDoc} */
public function createTable($name)
public function createTable($name): \Doctrine\DBAL\Schema\Table
{
self::$called = true;

Expand Down

0 comments on commit 5086074

Please sign in to comment.