Skip to content

Abstract execution method#596

Merged
abnegate merged 3 commits into
mainfrom
abstract-execute-method
May 27, 2025
Merged

Abstract execution method#596
abnegate merged 3 commits into
mainfrom
abstract-execute-method

Conversation

@fogelito

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/Database/Adapter.php
* @param mixed $stmt
* @return bool
*/
abstract protected function execute(mixed $stmt): bool;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the name be executeStatement?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fine, make enough sense with the $stmt param

@abnegate abnegate merged commit b09a135 into main May 27, 2025
14 checks passed
@abnegate abnegate deleted the abstract-execute-method branch May 27, 2025 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants