Skip to content

Commit

Permalink
chore: updates since versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Sep 26, 2024
1 parent bc0b1a4 commit ac30397
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.
*
* @unreleased
* @since 1.2.2
*
* @return boolean
*/
Expand All @@ -139,7 +139,7 @@ public function isSet( string $key ): bool {
/**
* Check if there is a default value for a property.
*
* @unreleased
* @since 1.2.2
*
* @param string $key Property name.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Models/ModelQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
use StellarWP\Models\Model;

/**
* @since 1.2.2 improve model generic
* @since 1.0.0
* @unreleased improve model generic
*
* @template M of Model
*/
Expand Down

0 comments on commit ac30397

Please sign in to comment.