Better docblock type hinting for stores.
This commit is contained in:
parent
cccf0b9869
commit
d060227fbd
10 changed files with 105 additions and 50 deletions
|
|
@ -9,6 +9,16 @@ use b8\View;
|
|||
|
||||
class Controller extends \b8\Controller
|
||||
{
|
||||
/**
|
||||
* @var \b8\View
|
||||
*/
|
||||
protected $controllerView;
|
||||
|
||||
/**
|
||||
* @var \b8\View
|
||||
*/
|
||||
protected $view;
|
||||
|
||||
public function init() {}
|
||||
|
||||
public function __construct(Config $config, Request $request, Response $response)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue