We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ff85e commit 7788d8dCopy full SHA for 7788d8d
src/Toolkit/Core/AbstractProvider.php
@@ -20,7 +20,7 @@ abstract class AbstractProvider implements ProviderInterface
20
private DateFormatterInterface $DateFormatter;
21
22
/**
23
- * Creates a new Provider object
+ * Creates a new provider object
24
*/
25
public function __construct(ContainerInterface $app)
26
{
src/Toolkit/Sync/AbstractSyncProvider.php
@@ -67,7 +67,7 @@ public static function getContextualBindings(): array
67
private $MagicMethodClosures = [];
68
69
70
- * Creates a new SyncProvider object
+ * Creates a new sync provider object
71
*
72
* Creating an instance of the provider registers it with the entity store
73
* injected by the container.
0 commit comments