Skip to content

Commit

Permalink
Change @SInCE tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
stratease committed May 10, 2024
1 parent 5361486 commit 4f43a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Models/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function getOriginal( string $key = null ) {
* Whether the property is set or not. This is different from isset() because this considers a `null` value as
* being set. Defaults are considered set as well.
*
* @since TBD
* @unreleased
*
* @return boolean
*/
Expand All @@ -139,7 +139,7 @@ public function isSet( string $key ): bool {
/**
* Check if there is a default value for a property.
*
* @since TBD
* @unreleased
*
* @param string $key Property name.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/wpunit/ModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function testShouldSetMultipleAttributes() {
}

/**
* @since TBD
* @unreleased
*
* @return void
*/
Expand Down

0 comments on commit 4f43a8d

Please sign in to comment.