Skip to content

Commit c0d4ac2

Browse files
committed
replaced TBDs
1 parent 6cab604 commit c0d4ac2

36 files changed

Lines changed: 139 additions & 139 deletions

src/Schema/Collections/Column_Collection.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* The interface for the column collection.
44
*
5-
* @since TBD
5+
* @since 3.0.0
66
*
77
* @package StellarWP\Schema\Collections
88
*/
@@ -17,7 +17,7 @@
1717
/**
1818
* Class Column_Collection
1919
*
20-
* @since TBD
20+
* @since 3.0.0
2121
*
2222
* @package StellarWP\Schema\Collections
2323
*/
@@ -96,7 +96,7 @@ public function get( string $key ): ?Column {
9696
/**
9797
* Gets the names from the collection.
9898
*
99-
* @since TBD
99+
* @since 3.0.0
100100
*
101101
* @return array<string>
102102
*/
@@ -112,7 +112,7 @@ function ( Column $column ) {
112112
/**
113113
* Gets the indexes from the collection.
114114
*
115-
* @since TBD
115+
* @since 3.0.0
116116
*
117117
* @return array<Column>
118118
*/

src/Schema/Collections/Index_Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* The interface for the column collection.
44
*
5-
* @since TBD
5+
* @since 3.0.0
66
*
77
* @package StellarWP\Schema\Collections
88
*/
@@ -16,7 +16,7 @@
1616
/**
1717
* Class Column_Collection
1818
*
19-
* @since TBD
19+
* @since 3.0.0
2020
*
2121
* @package StellarWP\Schema\Collections
2222
*/

0 commit comments

Comments
 (0)