@@ -15,7 +15,7 @@ trait ComputedAttributes
1515 /**
1616 * Compute the given attribute and return the result.
1717 *
18- * @param string $attributeName
18+ * @param string $attributeName
1919 * @return mixed
2020 */
2121 public function getComputedAttributeValue (string $ attributeName )
@@ -28,7 +28,7 @@ public function getComputedAttributeValue(string $attributeName)
2828 /**
2929 * Compute the given attribute and assign the result in the model.
3030 *
31- * @param string $attributeName
31+ * @param string $attributeName
3232 */
3333 public function setComputedAttributeValue (string $ attributeName ): void
3434 {
@@ -39,8 +39,8 @@ public function setComputedAttributeValue(string $attributeName): void
3939 /**
4040 * This scope will be applied during the computed property generation with artisan computed-attributes:generate.
4141 *
42- * @param Builder $builder
43- * @param array $attributes Attributes that will be generated.
42+ * @param Builder $builder
43+ * @param array $attributes Attributes that will be generated.
4444 * @return Builder
4545 */
4646 public function scopeComputedAttributesGenerate (Builder $ builder , array $ attributes ): Builder
@@ -51,8 +51,8 @@ public function scopeComputedAttributesGenerate(Builder $builder, array $attribu
5151 /**
5252 * This scope will be applied during the computed property validation with artisan computed-attributes:validate.
5353 *
54- * @param Builder $builder
55- * @param array $attributes Attributes that will be validated.
54+ * @param Builder $builder
55+ * @param array $attributes Attributes that will be validated.
5656 * @return Builder
5757 */
5858 public function scopeComputedAttributesValidate (Builder $ builder , array $ attributes ): Builder
0 commit comments