Skip to content

Commit e10cd4d

Browse files
Add PHPDocs for magic methods.
1 parent 84a783b commit e10cd4d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/class-bootstrapper.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
use InvalidArgumentException;
66

7+
/**
8+
* Class Bootstrapper
9+
* @package Boxzilla
10+
*
11+
* @method void admin( callable $callback )
12+
* @method void cron( callable $callback )
13+
* @method void front( callable $callback )
14+
* @method void ajax( callable $callback )
15+
* @method void cli( callable $callback )
16+
*/
717
class Bootstrapper {
818

919
/**

0 commit comments

Comments
 (0)