Skip to content

Commit

Permalink
Remove unnecessary internal annotations (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz authored Nov 7, 2023
1 parent 07e5895 commit 2e04ba4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Query/DeleteQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

/**
* Update statement builder.
*
* @internal
*/
class DeleteQuery extends ActiveQuery
{
Expand Down
2 changes: 0 additions & 2 deletions src/Query/SelectQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

/**
* Builds select sql statements.
*
* @internal
*/
class SelectQuery extends ActiveQuery implements
Countable,
Expand Down
2 changes: 0 additions & 2 deletions src/Query/UpdateQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

/**
* Update statement builder.
*
* @internal
*/
class UpdateQuery extends ActiveQuery
{
Expand Down

0 comments on commit 2e04ba4

Please sign in to comment.