Skip to content

Commit

Permalink
doc: updated some PHPDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lapaliv committed Oct 1, 2023
1 parent 110c511 commit b67396c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Builders/DeleteBulkBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use Lapaliv\BulkUpsert\Builders\Clauses\BuilderWhere;
use Lapaliv\BulkUpsert\Contracts\BulkBuilderWhereClause;

/**
* @internal
*/
class DeleteBulkBuilder implements BulkBuilderWhereClause
{
use BuilderWhere;
Expand Down
3 changes: 3 additions & 0 deletions src/Features/GetDeleteBuilderFeature.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
use Lapaliv\BulkUpsert\Builders\UpdateBulkBuilder;
use Lapaliv\BulkUpsert\Entities\BulkAccumulationEntity;

/**
* @internal
*/
class GetDeleteBuilderFeature
{
public function __construct(
Expand Down
3 changes: 3 additions & 0 deletions src/Scenarios/DeleteScenario.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
use Lapaliv\BulkUpsert\Features\GetDeleteBuilderFeature;
use Lapaliv\BulkUpsert\Features\MarkNonexistentRowsAsSkippedFeature;

/**
* @internal
*/
class DeleteScenario
{
public function __construct(
Expand Down

0 comments on commit b67396c

Please sign in to comment.