Skip to content

Commit 8603e06

Browse files
pepakrizondrejmirtes
authored andcommitted
Fix coding style
1 parent 814ff92 commit 8603e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Type/Nette/PresenterGetSessionReturnTypeExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
final class PresenterGetSessionReturnTypeExtension implements DynamicMethodReturnTypeExtension
1616
{
17+
1718
public function getClass(): string
1819
{
1920
return \Nette\Application\UI\Presenter::class;
@@ -32,4 +33,5 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method
3233

3334
return new ObjectType(SessionSection::class);
3435
}
36+
3537
}

0 commit comments

Comments
 (0)