docs: fix @var

This commit is contained in:
kenjis 2021-01-18 09:49:31 +09:00
parent 56ff85272a
commit 08ac2c8706
No known key found for this signature in database
GPG Key ID: 6D178EFF8E215FC4
2 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,14 @@
<?php namespace Tests\Support;
use CodeIgniter\Session\Handlers\ArrayHandler;
use CodeIgniter\Session\SessionInterface;
use CodeIgniter\Test\CIUnitTestCase;
use CodeIgniter\Test\Mock\MockSession;
class SessionTestCase extends CIUnitTestCase
{
/**
* @var SessionHandler
* @var SessionInterface
*/
protected $session;

View File

@ -1,13 +1,14 @@
<?php namespace Tests\Support;
use CodeIgniter\Session\Handlers\ArrayHandler;
use CodeIgniter\Session\SessionInterface;
use CodeIgniter\Test\CIUnitTestCase;
use CodeIgniter\Test\Mock\MockSession;
class SessionTestCase extends CIUnitTestCase
{
/**
* @var SessionHandler
* @var SessionInterface
*/
protected $session;