Skip to content

Commit

Permalink
Merge pull request #331 from BadJacky/feature/add-return-type-declara…
Browse files Browse the repository at this point in the history
…tion

Add return type declaration to function
  • Loading branch information
freekmurze committed Mar 28, 2024
2 parents 2f5c336 + c4d640f commit 3269952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Skeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
class Skeleton extends Facade
{
protected static function getFacadeAccessor()
protected static function getFacadeAccessor(): string
{
return \VendorName\Skeleton\Skeleton::class;
}
Expand Down

0 comments on commit 3269952

Please sign in to comment.