Skip to content

Commit

Permalink
Fix typos in phpdoc
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <[email protected]>
  • Loading branch information
pine3ree committed Oct 16, 2023
1 parent ad4d45f commit 5e1a85d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Sql/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
use pine3ree\Db\Sql\Element;

/**
* A sql-statement object's goal is to abstract a sql statement collecting parts
* (abtractions for clauses, predicates, ...) later compiled by a sql-driver into
* a platform pecific SQL-string
* Abstracts a sql statement collecting parts (abstractions for clauses, predicates, ...)
* later compiled by a sql-driver into a platform specific SQL-string
*/
abstract class Statement extends Element
{
Expand Down

0 comments on commit 5e1a85d

Please sign in to comment.