Skip to content

Commit 3269952

Browse files
authored
Merge pull request #331 from BadJacky/feature/add-return-type-declaration
Add return type declaration to function
2 parents 2f5c336 + c4d640f commit 3269952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/Skeleton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
class Skeleton extends Facade
1111
{
12-
protected static function getFacadeAccessor()
12+
protected static function getFacadeAccessor(): string
1313
{
1414
return \VendorName\Skeleton\Skeleton::class;
1515
}

0 commit comments

Comments
 (0)