Skip to content

Commit 7788d8d

Browse files
committed
Update constructor DocBlocks
1 parent 91ff85e commit 7788d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Toolkit/Core/AbstractProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abstract class AbstractProvider implements ProviderInterface
2020
private DateFormatterInterface $DateFormatter;
2121

2222
/**
23-
* Creates a new Provider object
23+
* Creates a new provider object
2424
*/
2525
public function __construct(ContainerInterface $app)
2626
{

src/Toolkit/Sync/AbstractSyncProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static function getContextualBindings(): array
6767
private $MagicMethodClosures = [];
6868

6969
/**
70-
* Creates a new SyncProvider object
70+
* Creates a new sync provider object
7171
*
7272
* Creating an instance of the provider registers it with the entity store
7373
* injected by the container.

0 commit comments

Comments
 (0)