Skip to content

Commit

Permalink
update: hook doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mralaminahamed committed Oct 3, 2024
1 parent 2e7463c commit 443a6de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/Vendor/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,6 @@ public function update( $vendor_id, $data = [] ) {
/**
* Fires before a vendor is updated.
*
* @since [insert version number here]
*
* @param int $vendor_id The ID of the vendor being updated.
* @param array $data The array of vendor data being updated.
*/
Expand All @@ -444,8 +442,6 @@ public function update( $vendor_id, $data = [] ) {
/**
* Fires after a vendor has been updated.
*
* @since [insert version number here]
*
* @param int $vendor_id The ID of the vendor that was updated.
* @param array $data The array of vendor data that was updated.
*/
Expand Down

0 comments on commit 443a6de

Please sign in to comment.