Skip to content

Commit

Permalink
Add missing phpdoc AbstractCommandPDO. (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 7, 2023
1 parent 21347e5 commit e90c55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/AbstractCommand.php
Expand Up @@ -78,6 +78,7 @@ abstract class AbstractCommand implements CommandInterface
protected array $params = [];
protected string|null $refreshTableName = null;
protected Closure|null $retryHandler = null;
/** @var string The SQL statement to be executed */
private string $sql = '';

public function addCheck(string $name, string $table, string $expression): static
Expand Down

0 comments on commit e90c55b

Please sign in to comment.