Skip to content

Commit

Permalink
docs: drop PHPDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 8, 2022
1 parent f036907 commit e1f0609
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions system/Test/Mock/MockCodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@

class MockCodeIgniter extends CodeIgniter
{
/**
* Context
* web: Invoked by HTTP request
* php-cli: Invoked by CLI via `php public/index.php`
* spark: Invoked by CLI via the `spark` command
*
* @phpstan-var 'php-cli'|'spark'|'web'
*/
protected string $context = 'web';

protected function callExit($code)
Expand Down

0 comments on commit e1f0609

Please sign in to comment.