File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public function getOriginal( string $key = null ) {
128128 * Whether the property is set or not. This is different from isset() because this considers a `null` value as
129129 * being set. Defaults are considered set as well.
130130 *
131- * @unreleased
131+ * @since 1.2.2
132132 *
133133 * @return boolean
134134 */
@@ -139,7 +139,7 @@ public function isSet( string $key ): bool {
139139 /**
140140 * Check if there is a default value for a property.
141141 *
142- * @unreleased
142+ * @since 1.2.2
143143 *
144144 * @param string $key Property name.
145145 *
Original file line number Diff line number Diff line change 99use StellarWP \Models \Model ;
1010
1111/**
12+ * @since 1.2.2 improve model generic
1213 * @since 1.0.0
13- * @unreleased improve model generic
1414 *
1515 * @template M of Model
1616 */
You can’t perform that action at this time.
0 commit comments