Skip to content

Commit

Permalink
PHP 8.1 compatibility refactoring & PHPUnit 9+ test code compatibilit…
Browse files Browse the repository at this point in the history
…y upgrades
  • Loading branch information
rotimi committed Feb 7, 2024
1 parent 90ce5d1 commit 4eea44d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/SchemaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public function fetchTableCols($spec): array;
*
* Returns the column factory object.
*
* @return ColumnFactory
*
*/
public function getColumnFactory();
public function getColumnFactory(): ColumnFactory;
}

0 comments on commit 4eea44d

Please sign in to comment.