Skip to content

Commit

Permalink
Add return type declaration to function
Browse files Browse the repository at this point in the history
  • Loading branch information
BadJacky committed Mar 26, 2024
1 parent 2f5c336 commit c4d640f
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 c4d640f

Please sign in to comment.