Add return types to the factory methods of the PHP DDL API
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 17 Nov 2021 09:04:51 +0000 (10:04 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 17 Nov 2021 09:06:23 +0000 (10:06 +0100)
commitb0d267facda16a3fcefdef5c2c2740c4cd790b63
treefb018aa74cf90b5ba63129f74a379b778113e300
parent53db3210fe2b284235473f6d025e2d1c9e7da805
Add return types to the factory methods of the PHP DDL API
wcfsetup/install/files/lib/system/database/table/column/DefaultFalseBooleanDatabaseTableColumn.class.php
wcfsetup/install/files/lib/system/database/table/column/DefaultTrueBooleanDatabaseTableColumn.class.php
wcfsetup/install/files/lib/system/database/table/column/NotNullInt10DatabaseTableColumn.class.php
wcfsetup/install/files/lib/system/database/table/column/NotNullVarchar191DatabaseTableColumn.class.php
wcfsetup/install/files/lib/system/database/table/column/NotNullVarchar255DatabaseTableColumn.class.php
wcfsetup/install/files/lib/system/database/table/column/ObjectIdDatabaseTableColumn.class.php
wcfsetup/install/files/lib/system/database/table/index/DatabaseTablePrimaryIndex.class.php