Skip to content

Commit

Permalink
Correct docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverearl committed Nov 28, 2024
1 parent 245b043 commit a4fea17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/NomiAI.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class NomiAI extends Facade
{
/** {@inheritDoc} */
/** @inheritDoc */
protected static function getFacadeAccessor(): string
{
return BaseNomiAI::class;
Expand Down
5 changes: 5 additions & 0 deletions src/NomiAIServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

class NomiAIServiceProvider extends PackageServiceProvider
{
/**
* Configure the package.
*/
public function configurePackage(Package $package): void
{
$package
Expand All @@ -21,6 +24,8 @@ public function configurePackage(Package $package): void
}

/**
* Register bindings into the container.
*
* @throws \Nomiai\PhpSdk\Laravel\Exceptions\NomiaiException
*/
public function registeringPackage(): void
Expand Down

0 comments on commit a4fea17

Please sign in to comment.