Skip to content

Commit

Permalink
Update docblock
Browse files Browse the repository at this point in the history
Co-Authored-By: Mark Story <mark@mark-story.com>
  • Loading branch information
ADmad and markstory committed Aug 3, 2019
1 parent 60da02a commit c2b88e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/EntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function clean(): void;
* Set the status of this entity.
*
* Using `true` means that the entity has not been persisted in the database,
* `false` that it already is.
* `false` indicates that the entity has been persisted.
*
* @param bool $new Indicate whether or not this entity has been persisted.
* @return $this
Expand Down

0 comments on commit c2b88e4

Please sign in to comment.