Skip to content

Commit

Permalink
Merge pull request #5530 from Kasparsu/main
Browse files Browse the repository at this point in the history
Fix typo in dd helper method docblocks
  • Loading branch information
tabacitu authored Jun 4, 2024
2 parents 9181d89 + 4b274a9 commit 9eea681
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/CrudButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public function dump()
}

/**
* Dump and die. Duumps the current object to the screen,
* Dump and die. Dumps the current object to the screen,
* so that the developer can see its contents, then stops
* the execution.
*
Expand Down
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/CrudColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function dump()
}

/**
* Dump and die. Duumps the current object to the screen,
* Dump and die. Dumps the current object to the screen,
* so that the developer can see its contents, then stops
* the execution.
*
Expand Down
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/CrudField.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public function dump()
}

/**
* Dump and die. Duumps the current object to the screen,
* Dump and die. Dumps the current object to the screen,
* so that the developer can see its contents, then stops
* the execution.
*
Expand Down
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/CrudFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ public function dump()
}

/**
* Dump and die. Duumps the current object to the screen,
* Dump and die. Dumps the current object to the screen,
* so that the developer can see its contents, then stops
* the execution.
*
Expand Down
2 changes: 1 addition & 1 deletion src/app/Library/Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function dump()
}

/**
* Dump and die. Duumps the current object to the screen,
* Dump and die. Dumps the current object to the screen,
* so that the developer can see its contents, then stops
* the execution.
*
Expand Down

0 comments on commit 9eea681

Please sign in to comment.