Skip to content

Commit

Permalink
Fix cs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 28, 2025
1 parent c61190c commit 3de7839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Cms/Commit.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function after(mixed $state): mixed

/**
* Returns the appropriate arguments for the `after` hook
* for the given model action. It's a wrapper around the
* for the given model action. It's a wrapper around the
* more specific `afterHookArgumentsFor*Actions` methods.
*/
public function afterHookArguments(mixed $state): array
Expand Down Expand Up @@ -162,7 +162,7 @@ public function before(array $arguments): array
}

/**
* Handles the full call of the given action,
* Handles the full call of the given action,
* runs the `before` and `after` hooks and updates
* the state of the given model.
*/
Expand All @@ -187,7 +187,7 @@ public function call(array $arguments, Closure $callback): mixed

/**
* Runs the given hook and modifies the first argument
* of the given arguments array. It returns an array with
* of the given arguments array. It returns an array with
* `arguments` and `result` keys.
*/
public function hook(string $hook, array $arguments): array
Expand Down

0 comments on commit 3de7839

Please # to comment.