Skip to content

Commit

Permalink
docs: Improve documentation for isFulfillmentInExercise method
Browse files Browse the repository at this point in the history
  • Loading branch information
EthannSchneider committed Dec 4, 2024
1 parent 0a44e94 commit d73a249
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/models/exercise.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ public function isFieldInExercise(Field $field): bool
}

/**
* is fulfillment in exercise
*
* @param Fulfillment $fulfillment
* @return bool
* Check if a fulfillment is part of the exercise.
*
* @param Fulfillment $fulfillment The fulfillment object to check.
* @return bool Returns true if the fulfillment is part of the exercise, false otherwise.
*/
public function isFulfillmentInExercise(Fulfillment $fulfillment): bool
{
Expand Down

0 comments on commit d73a249

Please sign in to comment.