Skip to content

Commit

Permalink
Fix stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 25, 2024
1 parent 8794315 commit bc74b8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parameters:
- stubs/Application/Routers/RouteList.stub
- stubs/Application/UI/Component.stub
- stubs/Application/UI/Multiplier.stub
- stubs/Application/UI/Presenter.stub
- stubs/Caching/Cache.stub
- stubs/ComponentModel/Component.stub
- stubs/ComponentModel/Container.stub
Expand Down
8 changes: 8 additions & 0 deletions stubs/Application/UI/Presenter.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Nette\Application\UI;

abstract class Presenter
{

}

0 comments on commit bc74b8b

Please sign in to comment.