Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active February 20, 2025 19:49
Show Gist options
  • Select an option

  • Save mcsee/5a3e8e05def917a29b84be7264493a67 to your computer and use it in GitHub Desktop.

Select an option

Save mcsee/5a3e8e05def917a29b84be7264493a67 to your computer and use it in GitHub Desktop.
This gist belongs to Clean Code Cookbook http://cleancodecookbook.com By Maximiliano Contieri http://maximilianocontieri.com
<?
function processBatch(
bool $useLogin,
bool $deleteEntries,
bool $beforeToday) {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment