Skip to content

Commit

Permalink
Merge pull request #147 from kohlerdominik/style-ci-fix
Browse files Browse the repository at this point in the history
StyleCI fix
  • Loading branch information
gcphost authored Mar 14, 2024
2 parents 2d3425b + 8a50975 commit 0ea4b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Listeners/CascadeDeleteListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class CascadeDeleteListener
* @param $model
*
* @return void
*
* @SuppressWarnings(PHPMD.UnusedFormalParameter("event"))
*/
public function handle($event, $model)
Expand Down
1 change: 1 addition & 0 deletions src/Listeners/CascadeRestoreListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class CascadeRestoreListener
* @param $model
*
* @return void
*
* @SuppressWarnings(PHPMD.UnusedFormalParameter("event"))
*/
public function handle($event, $model)
Expand Down

0 comments on commit 0ea4b91

Please sign in to comment.