Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/stevebauman/purify
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Aug 3, 2022
2 parents 2f8149c + a9174df commit 07b0737
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/Casts/PurifyHtmlOnGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public function __construct($config = null)
* Purify the given value.
*
* @param \Illuminate\Database\Eloquent\Model $model
* @param string $key
* @param mixed $value
* @param array $attributes
* @param string $key
* @param mixed $value
* @param array $attributes
*
* @return string|array
*/
Expand All @@ -43,9 +43,9 @@ public function get($model, $key, $value, $attributes)
* Prepare the value for storage.
*
* @param \Illuminate\Database\Eloquent\Model $model
* @param string $key
* @param mixed $value
* @param array $attributes
* @param string $key
* @param mixed $value
* @param array $attributes
*
* @return array|string
*/
Expand Down
12 changes: 6 additions & 6 deletions src/Casts/PurifyHtmlOnSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public function __construct($config = null)
* Cast the given value.
*
* @param \Illuminate\Database\Eloquent\Model $model
* @param string $key
* @param mixed $value
* @param array $attributes
* @param string $key
* @param mixed $value
* @param array $attributes
*
* @return string|array
*/
Expand All @@ -43,9 +43,9 @@ public function get($model, string $key, $value, array $attributes)
* Purify the value for storage.
*
* @param \Illuminate\Database\Eloquent\Model $model
* @param string $key
* @param mixed $value
* @param array $attributes
* @param string $key
* @param mixed $value
* @param array $attributes
*
* @return array|string
*/
Expand Down

0 comments on commit 07b0737

Please sign in to comment.