Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 352f05f

Browse files
author
Tjardo
committed
Fix phpstan issues
1 parent 1471d4e commit 352f05f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ActiveCampaignServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot(): void
3030
*
3131
* @return string
3232
*/
33-
protected function getConfigPath()
33+
protected function getConfigPath(): string
3434
{
3535
return config_path('active-campaign.php');
3636
}
@@ -40,7 +40,7 @@ protected function getConfigPath()
4040
*
4141
* @param string $configPath
4242
*/
43-
protected function publishConfig($configPath)
43+
protected function publishConfig($configPath): void
4444
{
4545
$this->publishes([$configPath => config_path('active-campaign.php')], 'config');
4646
}

0 commit comments

Comments
 (0)